In your settings.py file, what is your ROOT_URLCONF defined as? Is it
ROOT_URLCONF = 'urls'?  If so, make sure the urls file is not
missing.  It should be in the same folder as the settings file.  If
the ROOT_URLCONF= 'yourprojectname.urls', remove 'yourprojectname' -
whatever it may be - and then try it.

On Dec 3, 3:30 pm, alexarsh <alexar...@gmail.com> wrote:
> I have OSX machine running django app with appengine launcher and a
> wirtual machine with windows XP running the same app.
> The problem is that I have 2 XP machines where I get: "No module named
> urls". What can be the problem? Maybe some system variables?
> The code is exactly the same.
>
> Regards, Arshavski Alexander.

--

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


Reply via email to