On Tue, Mar 10, 2009 at 6:03 AM, arbi <arbin...@gmail.com> wrote:

>
> Hi,
>
> I am making the tutorial of google to "activate" django in app
> engine :
>
> http://code.google.com/intl/fr-FR/appengine/articles/appengine_helper_for_django.html
>
> I made "python manage.py runserver" and it worked :
> " INFO:root:Running application google-app-engine-django on port 8000:
> http://localhost:8000";
>
> So I went to my browser and write "http://localhost:8000";, but it
> failed. The traceback is:
>
>
> ERROR:root:Exception encountered handling request
> Traceback (most recent call last):
> [snipped] File
> "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
> google/appengine/tools/dev_appserver.py", line 1430, in
> LoadModuleRestricted
>    description)
>  File "/Users/brouard/mysite/appengine_django/__init__.py", line 115,
> in <module>
>    from django import VERSION
> ImportError: No module named django
> INFO:root:"GET /favicon.ico HTTP/1.1" 500 -
>
> So the pb is "No module named django". It seems to be a common issue
> encountered by django users. But I can't solve it.
> How can I?
>

I see you've already posted here:
http://groups.google.com/group/google-appengine and haven't gotten a
response yet, but that group probably a better source of information on this
problem than this one, as the problem has something to do with the GAE setup
you are using, not base Django.  If you search that group you'll find (for
example here:
http://groups.google.com/group/google-appengine/browse_thread/thread/7b2445428b8115c2/)
others who have encountered the same problem, apparently related to updating
to SDK 1.1.9, which also required some updates in google-app-engine-django,
so if you don't have exactly the right level of the pieces you'll see this
error.

Karen

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

Reply via email to