Interesting, DOS converts all of my lowercase folder names into UPPERCASE! After reading your post, and several others, I decided to change my folder names to upper case, and it solved the issue.
Now, does anyone know if there is a way to configure DOS NOT to convert my folder names into uppercase? Thanks for letting me keep my sanity :) Jeremy Dunck wrote: > > > On 10/31/06, programguru <[EMAIL PROTECTED]> wrote: > ... >> Directory of C:\MYDJANGO\MYSITE > ... >> project_module = __import__(project_name, '', '', ['']) >> ImportError: No module named MYSITE >> -- > > I'm not sure how python on windows handles imports, since the native > file system isn't case-sensitive, but try making MYSITE lowercase; > python is case-sensitive. > > > > > -- View this message in context: http://www.nabble.com/slowly-losing-my-ming-w--a-django-error-in-command-line-on-windows-tf2550223.html#a7114911 Sent from the django-users mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---