Problem with installation: ImportError: No module named django.core.handlers.wsgi

2012-03-08 Thread Jan Piotrowski
Hey, today I tried to install ReviewBoard for the first time on one of our companies servers (Apache on Ubuntu, MySQL and memcached). I'm a developer and no system administrator, so it didn't come as a surprise that id didn't work out of the box. At first mod_wsgi wasn't installed, but that was ea

Re: Problem with installation: ImportError: No module named django.core.handlers.wsgi

2012-03-08 Thread Jan Piotrowski
David Trowbridge: > > Some Linux distributions bundle django's wsgi handlers in a separate > package. > > -David > > > On Thu, Mar 8, 2012 at 10:20 AM, Jan Piotrowski wrote: > >> Hey, >> >> today I tried to install ReviewBoard for the first time on o

Re: Problem with installation: ImportError: No module named django.core.handlers.wsgi

2012-03-08 Thread Jan Piotrowski
ver > is using python 2.6 > > -David > > > On Thu, Mar 8, 2012 at 10:43 AM, Jan Piotrowski wrote: > >> I should probably know what that means, but I don't exactly. >> I searched for the folder of Django and found this in there: >> /usr/local/lib/python2.6/di

Re: Problem with installation: ImportError: No module named django.core.handlers.wsgi

2012-03-08 Thread Jan Piotrowski
+1 schrieb Jan Piotrowski: > > Adding "sys.stderr.write(sys.version)" to the reviewboard.wsgi outputs the > following to my error.log: > > [Thu Mar 08 20:00:33 2012] [error] 2.6.5 (r265:79063, Apr 16 2010, > 14:15:55) > > While trying "print sys.version&quo

Re: Problem with installation: ImportError: No module named django.core.handlers.wsgi

2012-03-09 Thread Jan Piotrowski
Ubuntu 10.04.3 LTS (lucid) -J Am Donnerstag, 8. März 2012 23:19:35 UTC+1 schrieb Christian Hammond: > > Erm, good question. > > What version of what distro are you using? > > Christian > > > > On Mar 8, 2012, at 13:56, Jan Piotrowski wrote: > > Well, I kep