Re: static css problems on windows box

2007-07-27 Thread devjim
Excellent, I have it figured out... or I should say, I have it working. I'm not sure I have it set up correctly, but at least it's working. At first I couldn't figure out how the view source was going to help me. I mean, I can point the css wherever I want, but trying to access the css files di

Re: static css problems on windows box

2007-07-27 Thread Graham Dumpleton
In what context are you talking about? Although Apache needs / to be used in Location paths, ie., URLs, it is actually quite tolerant of DOS style \ being used in native file system paths in DocumenRoot, Directory and other directives. Python itself is also somewhat tolerant of / and \ being mixe

Re: static css problems on windows box

2007-07-27 Thread yml
Hello, just for the sake pay attention to the difference between "\" and "/". If I remember well ONLY "/" will work. yml On Jul 27, 10:59 am, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On Jul 27, 6:31 pm, Graham Dumpleton <[EMAIL PROTECTED]> > wrote: > > > > > On Jul 27, 4:09 pm, devjim <[EM

Re: static css problems on windows box

2007-07-27 Thread Graham Dumpleton
On Jul 27, 6:31 pm, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On Jul 27, 4:09 pm, devjim <[EMAIL PROTECTED]> wrote: > > > Mod_python is working and I have this in my http.conf > > > > SetHandler python-program > > PythonHandler django.core.handlers.modpython > > SetEnv DJANGO_SETT

Re: static css problems on windows box

2007-07-27 Thread Graham Dumpleton
On Jul 27, 4:09 pm, devjim <[EMAIL PROTECTED]> wrote: > Mod_python is working and I have this in my http.conf > > SetHandler python-program > PythonHandler django.core.handlers.modpython > SetEnv DJANGO_SETTINGS_MODULE testproj.settings > PythonDebug On > PythonPath "['c:d

Re: static css problems on windows box

2007-07-26 Thread oggie rob
> My problems are this. First off, I was able to get the development > admin working with my project fine, but when I try to serve it up > using apache and mod_python, it's looking for the project under my > Python25 directory (c:\dev\Python25), not in c:\dev\testproj. I think you need to say C:

static css problems on windows box

2007-07-26 Thread devjim
I'm a python and django noob and am having major problems getting css files to load. My problems are this. First off, I was able to get the development admin working with my project fine, but when I try to serve it up using apache and mod_python, it's looking for the project under my Python25 di