Re: ImportError: Could not import settings 'djangoblog.settings' (Is it on sys.path? Does it have syntax errors?): No module named djangoblog.settings

2008-12-05 Thread garagefan

nevermind. I've borked the server messing around again :)

On Dec 5, 4:19 pm, garagefan <[EMAIL PROTECTED]> wrote:
> http://www.kennethdavid.net/djangoblog/admin/
> getting this error on my admin page. just started working w/
> webmonkey.com's 
> tutorialhttp://www.webmonkey.com/tutorial/Install_Django_and_Build_Your_First...
>
> this is occurring after installing the tagging module... which
> including me needing to install python-devel as well as using Eric's
> fix (third to 
> bottom):http://code.google.com/p/django-tagging/issues/detail?id=110
> to get around the issue i'm seeing on my site now.
>
> my /etc/httpd/conf.d/python.conf file looks like this:
>
> LoadModule python_module modules/mod_python.so
> 
>     SetHandler python-program
>     PythonHandler django.core.handlers.modpython
>     SetEnv DJANGO_SETTINGS_MODULE djangoblog.settings
>     PythonOption django.root /djangoblog
>     PythonDebug On
> 
>
> on the godaddy virtual server my site directory, per site:
>
> /home/kdwadmin
>
> w/ djangoblog being a directory within there. I'm wondering if the
> tagging module is causing this issue?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



ImportError: Could not import settings 'djangoblog.settings' (Is it on sys.path? Does it have syntax errors?): No module named djangoblog.settings

2008-12-05 Thread garagefan

http://www.kennethdavid.net/djangoblog/admin/
getting this error on my admin page. just started working w/
webmonkey.com's tutorial 
http://www.webmonkey.com/tutorial/Install_Django_and_Build_Your_First_App

this is occurring after installing the tagging module... which
including me needing to install python-devel as well as using Eric's
fix (third to bottom): 
http://code.google.com/p/django-tagging/issues/detail?id=110
to get around the issue i'm seeing on my site now.

my /etc/httpd/conf.d/python.conf file looks like this:

LoadModule python_module modules/mod_python.so

SetHandler python-program
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE djangoblog.settings
PythonOption django.root /djangoblog
PythonDebug On


on the godaddy virtual server my site directory, per site:

/home/kdwadmin

w/ djangoblog being a directory within there. I'm wondering if the
tagging module is causing this issue?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---