I just uploaded a slightly revised version of my app engine app, and
nothing works anymore. Well, almost nothing. Most pages give me this
500 error
Error: Server Error
The server encountered an error and could not complete your request.
If the problem persists, please report your problem and mention this
error message and the query that caused it.
The detailed log from the Admin Panel is
<type 'exceptions.ImportError'>: No module named pwd
Traceback (most recent call last):
File "/base/data/home/apps/judysapps/1.329530743804323309/
helloworld.py", line 13, in <module>
import shuffle_lh
File "/base/data/home/apps/judysapps/1.329530743804323309/
shuffle_lh.py", line 2, in <module>
import user
File "/base/python_dist/lib/python2.5/user.py", line 30, in <module>
home = os.path.expanduser("~/")
File "/base/python_dist/lib/python2.5/posixpath.py", line 320, in
expanduser
import pwd
Note that this all works fine on my local sandbox.
Any ideas??
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---