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, Massimiliano <mbelle...@gmail.com> wrote:

> pip search inno
>
> return a couple of suitable entries
>
> On Fri, Dec 11, 2015 at 2:08 PM, Jitun John <jitun.j...@gmail.com> 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 the inno plugin into your web2py development
>>    environment.
>>
>> So I thought it might be the "inno.py" file provided in the
>> Web2pyPackagingApp/modules folder
>> I see "._hstart.exe, "hstart.exe"  "styles.css" files in the
>>  "Web2pyPackagingApp\static  folder as well.
>> So I copies the same to the respective locations in "myapp"
>>
>> I installed the "Inno Setup <http://www.jrsoftware.org/isdl.php>".
>> Added def inno() in my controller/default.py
>>
>> Then when I try /myapp/default/inno
>> I get "ImportError: No module named inno.modules.inno"
>>
>> Then, I tried
>>
>> from inno import Inno as Inno
>>
>> and
>> from applications.myapp.modules.inno import Inno as Inno
>>
>> when I try /myapp/default/inno  I get
>>
>> "Object not found"
>>
>>
>>
>>
>> I then created, web2py\applications\inno\modules and added __init__.py
>> and inno.py to it
>> And then  web2py\applications\inno\static with hstart files.
>>
>> With similar results.
>>
>> I have tried both windows version and source version.
>> What have I missed ?
>>
>>
>>
>> --
>> Resources:
>> - http://web2py.com
>> - http://web2py.com/book (Documentation)
>> - http://github.com/web2py/web2py (Source code)
>> - https://code.google.com/p/web2py/issues/list (Report Issues)
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "web2py-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to web2py+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Massimiliano
>



-- 
Massimiliano

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to