Enter one-line summary
GoogleCodeExporter opened this issue · 2 comments
GoogleCodeExporter commented
Thanks very nice program!
But I wanna run apache2 and mod_python not development server.
and write
-----------------------------------------------------------------------------
httpd.conf in
-----------------------------------------------------------------------------
<Location /pllab/>
PythonPath "['/home/imjuni/public_html/diamanda/'] + sys.path"
SetHandler python-program
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE settings
PythonDebug On
</Location>
<Location "/home/imjuni/public_html/diamanda/site_media/">
SetHandler None
</Location>
... and more site_media file describe..
-----------------------------------------------------------------------------
but error occured,
ImproperlyConfigured: Error importing middleware
django.contrib.sessions.middleware:
"No module named wiki"
help plz, i miss something it?
---------
I use to
Debian Sarge,
python 2.4.4
apache2 2.2.3-33
Original issue reported on code.google.com by imj...@gmail.com
on 6 Mar 2007 at 2:09
GoogleCodeExporter commented
You need to add diamandas and cbcplugins folders to pythonpath - check:
http://www.rkblog.rk.edu.pl/w/p/diamanda-mod-python/
Original comment by riklau...@gmail.com
on 24 Apr 2007 at 7:15
GoogleCodeExporter commented
Original comment by riklau...@gmail.com
on 23 Dec 2007 at 8:21
- Changed state: Fixed