Re: [web2py] Need help with inno Plugin/Web2pyPackagingApp

2015-12-11 Thread Jitun John
Thanks for the reply Massimiliano. You were correct. That needed a change. That brought up the myapp/default/inno interface. But it looks like the inno.py has lot more issues. Some files needed change Source: "tcl\*"; DestDir: "{app}\tcl"; Flags: ignoreversion recursesubdirs createallsubdirs So

Re: [web2py] Need help with inno Plugin/Web2pyPackagingApp

2015-12-11 Thread Massimiliano
Sorry I didn’t understand the question. keep your inno.py in yourapp/modules/ the problem is in inno.py in this line: form=SQLFORM(self.db.innoinfo,1,showid=False,col3={…. try to change it to form=SQLFORM(self.db.innoinfo,*None*,showid=False,col3={ On Fri, Dec 11, 2015 at 4:07 PM, Massimi

Re: [web2py] Need help with inno Plugin/Web2pyPackagingApp

2015-12-11 Thread Massimiliano
pip search inno return a couple of suitable entries On Fri, Dec 11, 2015 at 2:08 PM, Jitun John wrote: > Hi, > > I am using Web2pyPackagingApp to build a binary distribution of the app. > I have searched for the"inno plugin" on the web.. but cant find anything. > >1. Download and install th

[web2py] Need help with inno Plugin/Web2pyPackagingApp

2015-12-11 Thread Jitun John
Hi, I am using Web2pyPackagingApp to build a binary distribution of the app. I have searched for the"inno plugin" on the web.. but cant find anything. 1. Download and install the inno plugin into your web2py development environment. So I thought it might be the "inno.py" file provided in