After installing a compiled app, web2py returns an ImportError that can't 
find the module, but the .pyc file is in the modules\__pycache__ dir.

The compiled app doesn't transport the module\general.py (which is correct) 
but it includes th __pycache__\*.pyc (which is also correct). 
The problem seems to be that web2py doesn't search for the .pyc file inside 
the __pycache__ or that it doesn't recognize the naming used.

My module is called general.py and the .pyc file inside __pycache__ is 
called (automatically by Python) general.cpython-37.pyc.

Windows 7 Pro x64 SP1+all updates
web2py 2.18.4
Python 3.7.1 x86
Firefox 65.0.2 x64

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