GeneW
July 1st, 2006, 12:22 AM
When I try to update the repository list using Easy Ubuntu 3.021, the GUI Crashes. This happens after it downloads packages, the GUI disapears but the script never returns and the terminal shows the following trace:
In Install ['/usr/sbin/synaptic', '--hide-main-window', '--non-interactive', '-o=dir::etc=./conf', '-o=dir::etc::sourcelist=sources.list', '--set-selections']
Traceback (most recent call last):
File "/home/ewilson/easyubuntu/EasyUbuntu/gtkfrontend.py", line 159, in on_ok_button_clicked
logger = gtkLogger(self.packageslist, self.configslist, self.confdir)
File "/home/ewilson/easyubuntu/EasyUbuntu/gtkprocess.py", line 90, in __init__ vbox.pack_start(button, FALSE, FALSE)
NameError: global name 'FALSE' is not defined
In Install ['/usr/sbin/synaptic', '--hide-main-window', '--non-interactive', '-o=dir::etc=./conf', '-o=dir::etc::sourcelist=sources.list', '--set-selections']
Traceback (most recent call last):
File "/home/ewilson/easyubuntu/EasyUbuntu/gtkfrontend.py", line 159, in on_ok_button_clicked
logger = gtkLogger(self.packageslist, self.configslist, self.confdir)
File "/home/ewilson/easyubuntu/EasyUbuntu/gtkprocess.py", line 90, in __init__ vbox.pack_start(button, FALSE, FALSE)
NameError: global name 'FALSE' is not defined