Hi,
I have followed step by step the instructions on
http://code.google.com/p/appengine-monkey/wiki/Pylons (as reading the
mailing list showed that Pylons is still not 100% supported).
Unfortunately, when trying to access localhost:8080 I'm getting the
following error:
<type 'exceptions.AttributeError'>: 'module' object has no attribute
'find_module'
args = ("'module' object has no attribute 'find_module'",)
message = "'module' object has no attribute 'find_module'"
Below is the sys.path:
sys = <module 'sys' (built-in)>, sys.path = ['/Users/alex/workspace/
python/pictionarius/app', '/Applications/Utilities/
GoogleAppEngineLauncher....efault.bundle/Contents/Resources/
google_appengine', '/Applications/Utilities/
GoogleAppEngineLauncher....le/Contents/Resources/google_appengine/lib/
antlr3', '/Applications/Utilities/GoogleAppEngineLauncher....le/
Contents/Resources/google_appengine/lib/django', '/Applications/
Utilities/GoogleAppEngineLauncher....dle/Contents/Resources/
google_appengine/lib/webob', '/Applications/Utilities/
GoogleAppEngineLauncher..../Contents/Resources/google_appengine/lib/
yaml/lib', '/Applications/Utilities/
GoogleAppEngineLauncher....efault.bundle/Contents/Resources/
google_appengine', '/Library/Frameworks/Python.framework/Versions/
2....ython2.5/site-packages/setuptools-0.6c7-py2.5.egg', '/Library/
Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/
hgsvn-0.1.5-py2.5.egg', '/Library/Frameworks/Python.framework/Versions/
2....packages/mercurial-1.0-py2.5-macosx-10.3-i386.egg', '/Users/alex/
Library/Python/2.5/site-packages/simplejson-2.0.8-py2.5-macosx-10.3-
i386.egg', '/Users/alex/Library/Python/2.5/site-packages/
SQLObject-0.10.2-py2.5.egg', '/Users/alex/Library/Python/2.5/site-
packages/SQLAlchemy-0.4.7p1-py2.5.egg', '/Users/alex/Library/Python/
2.5/site-packages/MySQL_python-1.2.2-py2.5-macosx-10.3-i386.egg', '/
Users/alex/Library/Python/2.5/site-packages/nose-0.10.3-py2.5.egg', '/
Library/Frameworks/Python.framework/Versions/2.5/lib/python25.zip', '/
Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5', '/
Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-
darwin', '/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/plat-mac', '/Library/Frameworks/Python.framework/Versions/
2.5/lib/python2.5/plat-mac/lib-scriptpackages', ...], more undefined,
than undefined, once undefined, lines undefined, beginning undefined
I've noticed this error reported in a different thread
http://groups.google.com/group/pylons-discuss/browse_thread/thread/cf4d9538891d31ad/,
so I went and extracted the contents of setuptools egg into site-
packages and removed the egg. Now it looks like the app is starting
(but I am not sure if the egg replacement is the correct operation).
If you confirm that the above trick is correct then maybe somebody
should also post this trick to the monkey wiki page.
tia,
./alex
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---