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

2006-10-31 Thread programguru
.5.egg\django\core\manageme nt.py", line 1299, in execute_manager project_module = __import__(project_name, '', '', ['']) ImportError: No module named MYSITE -- View this message in context: http://www.nabble.com/slowly-losing-my-ming-w--a-django-error-in-command-

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 case-sensit

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 message

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

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

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

2006-11-01 Thread programguru
kg > http://lawgon.livejournal.com > http://nrcfosshelpline.in/web/ > > > > > > > -- View this message in context: http://www.nabble.com/slowly-losing-my-ming-w--a-django-error-in-command-line-on-windows-tf2550223.html#a

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: Re: slowly losing my ming w/ a django error in command line on windows

2006-11-01 Thread programguru
t; [1] http://www.python.org/dev/peps/pep-0235/ > > > -- > "May the forces of evil become confused on the way to your house." > -- George Carlin > > > > > -- View this message in context: http://www.nabble.com/