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.