Hi,
First time user of Web2Py...The source version works great, but having real
problems trying to install on Windows to use with GAE.
Amended app.yaml as per book. Project loads OK. Problems start when I
browse to localhost:xx080
Had the 'no gaehandler.py' problem, copied the file into the project route
- worked ok.
Now I get the following ...
ERROR 2013-12-18 18:22:54,772 wsgi.py:262]
Traceback (most recent call last):
File "C:\Program Files
(x86)\Google\google_appengine\google\appengine\runtime\wsgi.py", line 239,
in Handle
handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
File "C:\Program Files
(x86)\Google\google_appengine\google\appengine\runtime\wsgi.py", line 298,
in _LoadHandler
handler, path, err = LoadObject(self._handler)
File "C:\Program Files
(x86)\Google\google_appengine\google\appengine\runtime\wsgi.py", line 84,
in LoadObject
obj = __import__(path[0])
File "D:\Users\Trevor\Documents\web\web2py\gaehandler.py", line 47, in
<module>
from gluon.settings import global_settings
ImportError: No module named gluon.settings
INFO 2013-12-18 18:22:54,782 module.py:617] default: "GET / HTTP/1.1"
500 -
I have tried copying the gluon folder from source files into my project
folder, which then gives me the following error:
ERROR 2013-12-18 18:29:52,371 wsgi.py:262]
Traceback (most recent call last):
File "C:\Program Files
(x86)\Google\google_appengine\google\appengine\runtime\wsgi.py", line 239,
in Handle
handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
File "C:\Program Files
(x86)\Google\google_appengine\google\appengine\runtime\wsgi.py", line 298,
in _LoadHandler
handler, path, err = LoadObject(self._handler)
File "C:\Program Files
(x86)\Google\google_appengine\google\appengine\runtime\wsgi.py", line 84,
in LoadObject
obj = __import__(path[0])
File "D:\Users\Trevor\Documents\web\web2py\gaehandler.py", line 47, in
<module>
from gluon.settings import global_settings
File "D:\Users\Trevor\Documents\web\web2py\gluon\__init__.py", line 17,
in <module>
from validators import *
File "D:\Users\Trevor\Documents\web\web2py\gluon\validators.py", line 20,
in <module>
import unicodedata
ImportError: DLL load failed: %1 is not a valid Win32 application.
INFO 2013-12-18 18:29:52,388 module.py:617] default: "GET / HTTP/1.1"
500 -
Any thoughts on what I should try next?
Thanks
Trevor
--
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.