[web2py] Re: import error when running compiled version of web2py

2014-11-02 Thread skd
Thanks Niphlod. That explains everything. -- 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

[web2py] import error when running compiled version of web2py

2014-10-31 Thread skd
Hi all, I have a web2py app that runs perfectly fine when running with web2py_src on windows. However, if i compile and pack the app and attempt to run it with web2py.exe in windows, I get import errors such as: type 'exceptions.ImportError' Cannot import module 'requests' If I type import

[web2py] Re: import error when running compiled version of web2py

2014-10-31 Thread skd
skd sdumosch@... writes: If I type import requests at a python shell i get no errors If I type import requests at a python shell launched via command window launched without admin rights I do indeed get errors More info on attempting to type import requests at a python shell: - when