Re: Error (with rather opaque Python diagnostic output) installing P4 integration

2010-10-24 Thread Thor Simon
On Oct 22, 7:18 pm, Christian Hammond chip...@chipx86.com wrote: What it tries to fetch varies between setups, as it's dependent on the operating system and such. It sure doesn't look to me like it varies between setups, not for p4python.tgz. So I am really flummoxed about what's going on,

Re: Error (with rather opaque Python diagnostic output) installing P4 integration

2010-10-24 Thread Thor Simon
On Oct 24, 11:06 am, Thor Simon t...@panix.com wrote: On Oct 22, 7:18 pm, Christian Hammond chip...@chipx86.com wrote: What it tries to fetch varies between setups, as it's dependent on the operating system and such. It sure doesn't look to me like it varies between setups, not for

Re: Error (with rather opaque Python diagnostic output) installing P4 integration

2010-10-24 Thread Christian Hammond
That last error is normal. A Python egg package is meant to install something of its own, but P4PythonInstaller is a fake package that really installs a different package. You can ignore that error. In fact, we really should make it print some text saying to ignore that error, since we can't

Re: Error (with rather opaque Python diagnostic output) installing P4 integration

2010-10-22 Thread Thor Simon
On Oct 22, 6:39 am, Christian Hammond chip...@chipx86.com wrote: I believe this was a temporary problem. I can no longer reproduce it. Doing an easy_install P4PythonInstaller works fine now. Are you still hitting that same error? Are you by any chance behind a proxy? Same error this

Re: Error (with rather opaque Python diagnostic output) installing P4 integration

2010-10-22 Thread Christian Hammond
What it tries to fetch varies between setups, as it's dependent on the operating system and such. The setup.py for P4PythonInstaller is at http://reviewboard.googlecode.com/svn/trunk/P4PythonInstaller/. You can kind of see what it's trying to get by looking at the perforce_hostname,

Re: Error (with rather opaque Python diagnostic output) installing P4 integration

2010-10-21 Thread Thor Simon
On Oct 20, 3:02 pm, Christian Hammond chip...@chipx86.com wrote: The one we use is a custom installer we wrote to do the installation of Perforce's Python library. It's really just a wrapper. I am not Python savvy and really have no idea how to manually install the library so that Reviewboard

Error (with rather opaque Python diagnostic output) installing P4 integration

2010-10-20 Thread Thor Simon
I'm trying to install ReviewBoard on an Ubuntu 10.10 (x86) system. I've followed the instructions in the administration guide and have just about everything installed except the Perforce integration. I've installed p4 from the 2010.2 release in /usr/local/bin, which is in $PATH. I can't figure

RE: Error (with rather opaque Python diagnostic output) installing P4 integration

2010-10-20 Thread Dana Lacoste
20, 2010 4:14 AM To: reviewboard Subject: Error (with rather opaque Python diagnostic output) installing P4 integration I'm trying to install ReviewBoard on an Ubuntu 10.10 (x86) system. I've followed the instructions in the administration guide and have just about everything installed except