Re: Apache2 - Mod_python: ValueError: Empty module name

2006-01-18 Thread Krietjur
Okay, now it's very fast :) I forgot that my linux box was busy compiling something :) Thanks for the help everyone

Re: Apache2 - Mod_python: ValueError: Empty module name

2006-01-18 Thread Krietjur
Thanks! That worked very well. I also got the media directory ok now, and I'm able to open the admin interface. Now I can continue exploring django :) I must say that I'm happy allready with what Django is doing, but it's a bit slow. I'm running Django on a dual P200mmx, perhaps that's not enough

Re: Apache2 - Mod_python: ValueError: Empty module name

2006-01-17 Thread Krietjur
Thanks for the quick response. I have the following in my apache config: SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE .home.kris.myproject.settings PythonDebug On The sett

Apache2 - Mod_python: ValueError: Empty module name

2006-01-16 Thread Krietjur
I've setup a Gentoo Linux server for use with django, but I have some difficulties with the apache configuration I think. The python webserver works fine, but now I want to have it working with apache2 and mod_python. I've a config like in the tutorial (http://www.djangoproject.com/documentation/m