Re: Apache + mod_python (noob django/python/apache) import error in website url file

2007-08-01 Thread bhamdeveloper
well (also expected). Time to get to work :) On Aug 1, 3:21 pm, bhamdeveloper <[EMAIL PROTECTED]> wrote: > Here is my urls.py: > > from django.conf.urls.defaults import * > from intertubewaypoint.blog.models import Entry > > blog_dict = { > 'queryset': Entry.o

Re: Apache + mod_python (noob django/python/apache) import error in website url file

2007-08-01 Thread bhamdeveloper
('django.contrib.admin.urls')), ) On Aug 1, 3:02 pm, bhamdeveloper <[EMAIL PROTECTED]> wrote: > The /home/shawn/myCode/intertubewaypoint does have my urls.py file in > it. They way I have my project currently setup is that > intertubewaypoint is my project directory, and I will have >

Re: Apache + mod_python (noob django/python/apache) import error in website url file

2007-08-01 Thread bhamdeveloper
The /home/shawn/myCode/intertubewaypoint does have my urls.py file in it. They way I have my project currently setup is that intertubewaypoint is my project directory, and I will have applications under there (ex: intertubewaypoint/blog, intertubewaypoint/photos, etc.). I want to have

Apache + mod_python (noob django/python/apache) import error in website url file

2007-08-01 Thread bhamdeveloper
Hi all, I need a bit of help. I figure that I am probably doing something stupid, but here goes. I am trying to start a website and I have Apache cofigured to use mod_python. I have a location node in my httpd.conf set up as follows (the rest of the file is currently taking the defaults for