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 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

With that knowledge, I attempted to launch web2py.exe as administrator, 
but this resulted in the same import errors.

I'm fairly certain there are just some dependency issues here. I'm not 
sure where to look for them. Any ideas?

Thanks in advance.

-- 
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