stripogram is not included as a dependency
GoogleCodeExporter opened this issue · 5 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
just run it without zope installed
What is the expected output? What do you see instead?
Exception Value: Could not import wiki.views. Error was: No module named
stripogram
What version of the product are you using? On what operating system?
svn , ubuntu linux
Original issue reported on code.google.com by starpl...@gmail.com
on 17 Dec 2006 at 8:18
GoogleCodeExporter commented
and zope isn't required.
Original comment by riklau...@gmail.com
on 19 Dec 2006 at 7:44
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?
Original comment by imj...@gmail.com
on 6 Mar 2007 at 2:04
GoogleCodeExporter commented
are you are using old SVN code? And you are not using correct mod_python
settings
http://www.rkblog.rk.edu.pl/w/p/diamanda-mod-python/
Original comment by riklau...@gmail.com
on 23 Dec 2007 at 8:18
GoogleCodeExporter commented
You must install stripogram manualy by setup.py install or by placing
stripogram folder in /diamanda/
Original comment by riklau...@gmail.com
on 19 Dec 2006 at 7:43
GoogleCodeExporter commented
Original comment by riklau...@gmail.com
on 23 Dec 2007 at 8:21
- Changed state: Fixed