Re: AttributeError: 'module' object has no attribute 'image_new_from_file'

2010-04-13 Thread Stephen Gallagher
Just to throw out an obvious question: does the directory already exist? Because the installer will fail like this in that case. On 04/13/2010 09:13 AM, Dwayne McCully wrote: > Hi Christian, > > The RPM that is installed is pygtk2-2.10.1-12.el5. Also, I'm getting > a strange error when running as

Re: AttributeError: 'module' object has no attribute 'image_new_from_file'

2010-04-13 Thread Dwayne McCully
Hi Christian, The RPM that is installed is pygtk2-2.10.1-12.el5. Also, I'm getting a strange error when running as root. [r...@anthem ~]# rb-site --console install /proj/web/reviewboard [!] Unable to create the /proj/web/reviewboard directory. Make sure you're running as an administrator.

Re: AttributeError: 'module' object has no attribute 'image_new_from_file'

2010-04-12 Thread Christian Hammond
It's possible your pygtk is too old. Can you tell me which version is installed? You can run rb-site with --console in the meantime. Christian On Monday, April 12, 2010, Dwayne McCully wrote: > When trying to install the review board site, I'm getting the > following error.  Could someone tell