Re: slowly losing my ming w/ a django error in command line on windows

2006-11-01 Thread programguru
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

Re: slowly losing my ming w/ a django error in command line on windows

2006-11-01 Thread programguru
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

Re: slowly losing my ming w/ a django error in command line on windows

2006-10-31 Thread Kenneth Gonsalves
On 01-Nov-06, at 10:03 AM, programguru wrote: > ImportError: No module named MYSITE why is it asking for caps? is it mysite or MYSITE? -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~-~--~~~---~--~~ You received this

Re: Re: slowly losing my ming w/ a django error in command line on windows

2006-10-31 Thread James Bennett
On 10/31/06, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > 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. The importing behavior on Windows and other case-insensitive filesystems is

Re: slowly losing my ming w/ a django error in command line on windows

2006-10-31 Thread Jeremy Dunck
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