[web2py] web2py on GAE and supplementary package usage

2011-10-15 Thread Minocha
i'm new in deploying applications on the GAE using the web2py. I wanted to ask what is the procedure to make available external libraries for python controllers in web2py on platforms - GAE and also on external server where i would like to host a website.

[web2py] Re: web2py on GAE and supplementary package usage

2011-10-15 Thread Minocha
I used the local_import function after copy-pasting the module directory into the [application-name]/packages/ folder but even then i get an error. Please help On Oct 15, 4:57 pm, Minocha wrote: > i'm new in deploying applications on the GAE using the web2py. > I wanted to ask

[web2py] web2py on gae

2011-10-18 Thread Minocha
I am a beginner and have been trying to build an app using web2py. I have also read the posts related to the uploading of the app. The things i have done - build a general app update the app.yaml file in web2py/applications/[application_name]/ But still when i run the app on the google local sdk

[web2py] Re: web2py on GAE and supplementary package usage

2011-10-23 Thread Minocha
Thanks alot :) On Oct 16, 12:54 am, Massimo Di Pierro wrote: > You should not use local_import. It is deprecated and anyway not > designed for this. > > Just put the packages in site-packages, and use normal import. site- > packages is in sys.path. > > On Oct 15, 8: