My appliaction is simple search engine which search in pubmed database
for articles and I have to deploy the libraries with the application
folder.

I deployed my application but when I tried to use the search of my
application, I have the following problem:
Traceback (most recent call last):
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/__init__.py", line 517, in __call__
    handler.post(*groups)
  File "/base/data/home/apps/pubmeddbsearch/1.348100966592594614/
main.py", line 57, in post
    record = Entrez.read(handle)
  File "/base/data/home/apps/pubmeddbsearch/1.348100966592594614/Bio/
Entrez/__init__.py", line 268, in read
    from Parser import DataHandler
  File "/base/data/home/apps/pubmeddbsearch/1.348100966592594614/Bio/
Entrez/Parser.py", line 137, in <module>
    class DataHandler:
  File "/base/data/home/apps/pubmeddbsearch/1.348100966592594614/Bio/
Entrez/Parser.py", line 139, in DataHandler
    home = os.path.expanduser('~')
  File "/base/python_runtime/python_dist/lib/python2.5/posixpath.py",
line 320, in expanduser
    import pwd
ImportError: No module named pwd

please help me.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to