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 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 one of our > companies servers (Apache on Ubuntu, MySQL and memcached). I'm a > devel

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

2012-03-08 Thread Jan Piotrowski
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/dist-packages/django/core/handlers with 2 files wsgi.py and wsgi.pyc Does this help? -J Am Donnerstag, 8. März 2012 19:32:02 UTC+1 schrieb David Tro

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

2012-03-08 Thread David Trowbridge
If that file exists, the next thing I would check is that your web server 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/

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

2012-03-08 Thread 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" I got the following error: [Thu Mar 08 19:51:21 2012] [error] [client 79.110.95.2]

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

2012-03-08 Thread Jan Piotrowski
Well, I kept googling and playing and finally I am one step further: sudo chmod 755 -R /usr/local/lib/ After doing this, I get the "Review Board is taking a nap" page. Still broken, but different errors. Can anybody explain what I did? -J Am Donnerstag, 8. März 2012 20:02:06 UTC+1 schrieb Ja

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

2012-03-08 Thread 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 kept googling and playing and finally I am one step further: > > sudo chmod 755 -R /usr/local/lib/ > > After doing this, I get the "Review Board is taking a na

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

2012-03-08 Thread Chris Tooley
Installing python libraries on CentOS or RHEL 5 via easy_install causes totally messed up permissions. On Mar 8, 2012 4:19 PM, "Christian Hammond" wrote: > Erm, good question. > > What version of what distro are you using? > > Christian > > > > On Mar 8, 2012, at 13:56, Jan Piotrowski wrote: >

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 kept googling and playing and finally I am