[web2py] Re: Trouble importing several modules using GAE

2013-07-25 Thread Massimo Di Pierro
Some modules do something very weird. Some of them have conditional imports and some assume they are installed in a certain location. I wish this was handled better by Python. On Thursday, 25 July 2013 14:03:23 UTC-5, Quint wrote: > > Thanks! > > Ok, *openid *and *python-social_auth* are now wor

[web2py] Re: Trouble importing several modules using GAE

2013-07-25 Thread Quint
Thanks! Ok, *openid *and *python-social_auth* are now working. I indeed needed to install the openid properly and copied the result to my project. (i was stupid and thought i could just copy over the source files...) Only *nltk *still won't import. I installed using pip and now i can import it

[web2py] Re: Trouble importing several modules using GAE

2013-07-25 Thread Massimo Di Pierro
When not on GAE, if you properly pip install the packages, do they work as expected? On Thursday, 25 July 2013 11:50:02 UTC-5, Quint wrote: > > Hi, > > I'm using *GAE with the development server* and i'm unable to import > several external modules. > > > I will try to list the modules i'm tryin