Re: No module named reviewboard.settings

2009-07-10 Thread wezyde
I started installing this all on a linux machine, but I was hoping to use the Active Directory Authentication. Is that a simple solution using Ubuntu? On Jul 10, 3:42 pm, Christian Hammond wrote: > You'd have to compile it, possibly with Visual Studio, and I have no > experience with that. At t

Re: No module named reviewboard.settings

2009-07-10 Thread wezyde
Hmm... it looks like the PIL*.exe will not run because Python 2.4 is not in the registry. I'm guessing that is because Bitnami does not add python to the registry during installation. So the PIL*.exe will not run. I see there's a sources version on their site...can I use that instead of this in

Re: No module named reviewboard.settings

2009-07-10 Thread Christian Hammond
You'd have to compile it, possibly with Visual Studio, and I have no experience with that. At that point, you'd be on your own :) Have you considered running this all inside a Linux VM on that system? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.or

Re: No module named reviewboard.settings

2009-07-10 Thread Christian Hammond
Okay, for that you'll need to grab the PIL installer exe at http://www.pythonware.com/products/pil/, and make sure it's installed in bitnami's site-packages directory. If installed correctly, that should satisfy the requirement. PIL is the only required dependency that needs to be compiled, which

Re: No module named reviewboard.settings

2009-07-10 Thread wezyde
Thanks so much. I have removed my other Python installation and hopefully only using Bitnami's now. When I try to do "easy_install ReviewBoard" or "easy_install ReviewBoard-1.0.tar.gz" I always get this error... Running PIL-1.1.6\setup.py -q bdist_egg --dist-dir c: \docume~1\wes~1.bil\locals~

Re: No module named reviewboard.settings

2009-07-10 Thread Christian Hammond
I've never played with the Bitnami stack, but in theory if you use an easy_install that's part of their stack, it should work. I don't know if they have one or not, though. You'll want to make sure you only have one Python instance on that server (and it should be the bitnami one probably) or you'

Re: No module named reviewboard.settings

2009-07-10 Thread wezyde
Oh maybe that's the problem, did easy_install ReviewBoard before I had bitnami installed. Is there a better way? On Jul 10, 2:20 pm, Christian Hammond wrote: > How did you install Review Board itself? It sounds like it didn't end up in > bitnami's Python path. > > Christian > > -- > Christian H

Re: No module named reviewboard.settings

2009-07-10 Thread Christian Hammond
How did you install Review Board itself? It sounds like it didn't end up in bitnami's Python path. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Fri, Jul 10, 2009 at 1:40 PM, wezyde wrote: > > I'm tryin