Re: Hosting service list empty

2012-07-17 Thread tchap
Hi Christian, Thanks a lot for the reply. It's Python 2.7.1, Ubuntu 11.04, using virtualenv for Review Board. I am sorry I didn't check the logs earlier, it of course holds probably the right information. But I still don't know what to do :-) 2012-07-17 22:27:51,890 - ERROR - Error loading

Re: Hosting service list empty

2012-07-17 Thread tchap
Ah, I am stupid, cut the log message too early, the first one ends with DistributionNotFound: PIL Strange, since PIL is installed: PIL - Python Imaging Library INSTALLED: 1.1.7 LATEST:1.1.6 Anyway, I really have no idea what is happening so I am sorry if I am

Re: Hosting service list empty

2012-07-17 Thread Christian Hammond
Can you go over how you installed Review Board, and how you upgraded it? Were there any changes you made to the virtualenv before/after the upgrade? And are you 100% sure that Apache is running it fully out of that virtualenv? It looks like it can't find the registrations. Christian --

Re: Hosting service list empty

2012-07-17 Thread tchap
Difficult to remember how I installed it. Used virtualenv to create the environment, as usual. Then pip install ReviewBoard. For upgrade I always do pip install --upgrade ReviewBoard, then rb-site upgrade site. Can try to reinstall it and see if anything gets better. Database will stay where

Re: Hosting service list empty

2012-07-17 Thread Christian Hammond
Don't use pip. Use easy_install. I don't know that pip supports Python entrypoints. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Tue, Jul 17, 2012 at 2:41 PM, tchap ondr...@salsitasoft.com wrote:

Re: Hosting service list empty

2012-07-17 Thread tchap
Reinstalled using easy_install, PITA, ruined all my path settings and stuff because of a bit different directory structure, but now I can see the services in the droplist. Thanks a lot! Cheers, Ondra On Wednesday, July 18, 2012 12:00:04 AM UTC+2, Christian Hammond wrote: Don't use pip. Use