Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#355 closed bug (Fixed)

ok button in preferences doesn't close the dialog

Reported by: danii Owned by: andar
Priority: major Milestone:
Component: Core Version: 0.9.02 (1.0.0_RC2)
Keywords: hashlib preferences Cc:

Description

Deluge r3480, Python 2.4.4

pressing the Ok button under preferences doesn't close the preferences dialog error:

[DEBUG   ] 02:45:19 preferences:639 on_button_ok_clicked
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/preferences.py", line 640, in on_button_ok_clicked
    self.set_config()
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/preferences.py", line 420, in set_config
    import hashlib
ImportError: No module named hashlib

also the Apply button doesn't work:

[DEBUG   ] 02:51:01 preferences:646 on_button_apply_clicked
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/preferences.py", line 647, in on_button_apply_clicked
    self.set_config()
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/preferences.py", line 420, in set_config
    import hashlib
ImportError: No module named hashlib

this is with an old config with a clean deluge fails to start (see the log)

Attachments (1)

clean_config.log (4.5 KB ) - added by danii 16 years ago.
deluge failing to start with a clean config

Download all attachments as: .zip

Change History (3)

by danii, 16 years ago

Attachment: clean_config.log added

deluge failing to start with a clean config

comment:1 by andar, 16 years ago

Resolution: fixed
Status: newclosed

Fixed [3481]

comment:2 by (none), 16 years ago

Milestone: 1.0.0

Milestone 1.0.0 deleted

Note: See TracTickets for help on using tickets.