Hello,
I'd like to use the python interpreter bundled with the web2py.app (on
mac) to have a "clean environment" on every host. When trying to start
from commandline with
web2py.app/Contents/MacOS/python web2py.app/Contents/Resources/
web2py.py
I get a
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Traceback (most recent call last):
File "web2py.app/Contents/Resources/web2py.py", line 4, in <module>
import os
ImportError: No module named os
Any ideas, how to do this?
Regards,
Christian