TemplateDoesNotExist error

2008-02-07 Thread Schmoopie
I'm slaying the configuration bugs, slowly but surely, with your help. The latest one is a TemplateDoesNotExist error. This is what the stack shows: ... File "C:\progra~1\Python25\lib\site-packages\django\template \loader.py", line 79, in get_template source, origin = find_template_source(

Re: DJANGO_SETTINGS_MODULE? How should it be used?

2008-02-07 Thread Schmoopie
Yes -- that does resolve the problem -- adding the directory containing mysite to the PYTHONPATH. Wonderful, Jarek. On Feb 7, 4:38 pm, Jarek Zgoda <[EMAIL PROTECTED]> wrote: > Schmoopie napisaƂ(a): > > > DJANGO_SETTINGS_MODULE issues are driving me crazy. So any assistan

DJANGO_SETTINGS_MODULE? How should it be used?

2008-02-07 Thread Schmoopie
DJANGO_SETTINGS_MODULE issues are driving me crazy. So any assistance appreciated. I set the environ variable to mysite.settings, as recommended in the documentation, but then I get: ImportError could not import settings 'mysite.settings', no module named mysite.settings Should the variable not

Re: Improperly configured exception

2008-02-06 Thread Schmoopie
stumped -- why would it fail to find that when it clearly exists? On Feb 6, 4:52 pm, Schmoopie <[EMAIL PROTECTED]> wrote: > I looked into this. mysite.urls exists, no syntax errors, but it seems > that when it tries to import from a models.py file, it goes looking > for that

Re: Improperly configured exception

2008-02-06 Thread Schmoopie
stumped -- why would it fail to find that when it clearly exists? On Feb 6, 4:52 pm, Schmoopie <[EMAIL PROTECTED]> wrote: > I looked into this. mysite.urls exists, no syntax errors, but it seems > that when it tries to import from a models.py file, it goes looking > for that

Re: Improperly configured exception

2008-02-06 Thread Schmoopie
for the models file on some distant path? On Feb 5, 11:24 pm, "Jacob Kaplan-Moss" <[EMAIL PROTECTED]> wrote: > On 2/5/08, Schmoopie <[EMAIL PROTECTED]> wrote: > > > Improperly configured > > Error while importing URLconf 'mysite.urls' > > >

Improperly configured exception

2008-02-05 Thread Schmoopie
Trying to get manage.py runsever going, I get an exception raised of the following type Improperly configured Error while importing URLconf 'mysite.urls' but there is no explanation here as to what is wrong with the configuration. What could be causing this? --~--~-~--~~-

Re: setup.py in Windows install does nothing

2008-01-30 Thread Schmoopie
This has now been resolved, by moving the django file onto a site in the PYTHONPATH -- thanks to the good folks at the IRC channel for assistance. On Jan 30, 6:19 pm, Schmoopie <[EMAIL PROTECTED]> wrote: > Newbie question: I followed the installation procedures for a Windows > inst

setup.py in Windows install does nothing

2008-01-30 Thread Schmoopie
Newbie question: I followed the installation procedures for a Windows install. I go to a command window, get to the right directory, give the command setup.py install -- and nothing happens, in terms of getting anything the right module into my Python25\Lib\site-packages directory. What could hav