See this answer on stackoverflow 
http://stackoverflow.com/questions/15960017/google-app-engine-no-module-named-requests-pydev

and spend some time reading the documentation (link is there in the so 
answer)

T

On Thursday, April 11, 2013 3:30:17 PM UTC+8, Christoph Gerneth wrote:
>
> I get an ImportError on my local dev_appserver.
> i have set up a virtualenv, pip-installed all dependent packages, 
> symlinked from source directory to the site-packacke dir and even when i 
> activate the virtualenv, the import of these modules works just fine:
>
> (TimeTable)christoph@xps:~/workspace/TimeTable/src$ python
> Python 2.7.3 (default, Aug  1 2012, 05:14:39) 
> [GCC 4.6.3] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import icalendar
> >>> 
> >>> help(icalendar)
>
> the 'help' shows, that the source of the modules points to the following 
> path:
> *
> /home/christoph/workspace/TimeTable/local/lib/python2.7/site-packages/icalendar/__init__.py
> *
> Check!
>  
> but when i try to run dev_appserver.py, i always get following error:
> *$ ~/Tools/google_appengine/dev_appserver.py app.yaml*
>
> INFO     2013-04-11 07:02:55,521 server.py:561] default: "GET / HTTP/1.1" 
> 500 -
> ERROR    2013-04-11 07:03:24,287 wsgi.py:219] 
> Traceback (most recent call last):
>   File 
> "/home/christoph/Tools/google_appengine/google/appengine/runtime/wsgi.py",line
>  
> 196, in Handle
>     handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
>   File 
> "/home/christoph/Tools/google_appengine/google/appengine/runtime/wsgi.py",line
>  
> 255, in _LoadHandler
>     handler = __import__(path[0])
>   File "/home/christoph/workspace/TimeTable/src/helloworld.py", line 5, in 
> <module>
>     from stundenplanparser import Timetableparser, ICal
>   File "/home/christoph/workspace/TimeTable/src/stundenplanparser.py",line 
> 20, in <module>
>     from icalendar import Calendar, Event
> ImportError: No module named icalendar
>
>
> There is probably a very simple solution to this problem.
> thanks in advance
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to