No Module error - anyone seen this?

2006-11-01 Thread programguru
when i run my server, i continue to get this error when i created a project etc. in the dir where the files are stored, there is no file: mysite.urls -- anyone have an ideas as to why this is happening or how to correct it? running on Windows XP: ImportError at / No module named mysite.urls Req

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

2006-11-01 Thread programguru
uppercase? Thanks for letting me keep my sanity :) Kenneth Gonsalves wrote: > > > > 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 >

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

2006-11-01 Thread programguru
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, '', '', [''])

Re: 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 upperc

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

2006-10-31 Thread programguru
#ive installed django on windows with the combination of several tutorials and intstructs, and i am beggining lose all #will to eat, sleep, or do anything else until i can resolve this. #I simply did this: django-admin.py startproject mysite #AND all was fine as these files were created: Direc