2463: Getting error while installing Reviewboard with rb-site install command

durran*******@gmai***** (Google Code) (Is this you? Claim this profile.)
March 10, 2012
What version are you running?
1.6

What's the URL of the page containing the problem?


What steps will reproduce the problem?
1.When i try this command rb-site install /var/www/reviews.example.com then getting below error :

[root@localhost ~]# rb-site  install /www
Traceback (most recent call last):
  File "/usr/bin/rb-site", line 7, in ?
    sys.exit(
  File "/usr/lib/python2.4/site-packages/ReviewBoard-1.6.3-py2.4.egg/reviewboard/cmdline/rbsite.py", line 1745, in main
    command.run()
  File "/usr/lib/python2.4/site-packages/ReviewBoard-1.6.3-py2.4.egg/reviewboard/cmdline/rbsite.py", line 1272, in run
    self.print_introduction()
  File "/usr/lib/python2.4/site-packages/ReviewBoard-1.6.3-py2.4.egg/reviewboard/cmdline/rbsite.py", line 1339, in print_introduction
    page = ui.page("Welcome to the Review Board site installation wizard")
  File "/usr/lib/python2.4/site-packages/ReviewBoard-1.6.3-py2.4.egg/reviewboard/cmdline/rbsite.py", line 948, in page
    image = gtk.image_new_from_file(logo_file)
AttributeError: 'module' object has no attribute 'image_new_from_file'



2.
3.

What is the expected output? What do you see instead?
When i use rb-site --console then i am able to install but i am not getting postgres database in database list. althouth i have installed postgres appropriate adapter mentioned in documentation.

What operating system are you using? What browser?
CentOS 5.7, Firefox 5.0

Please provide any additional information below.
david
#1 david
What version of pygtk is installed?

Also, do you have the psycopg2 python module installed? That's the one required for 'postgres' to show up.
  • +NeedInfo
#2 durran*******@gmai***** (Google Code) (Is this you? Claim this profile.)
No, i had not installed pygtk on my machine but i am installing now, and i
have installed psycopg2 module but still problem is persist.
david
#3 david
  • -NeedInfo
    +SetupIssue