Opened 15 years ago
Closed 15 years ago
#1156 closed bug (Fixed)
import sys missing in core.py
Reported by: | gbtami | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | 1.2.1 |
Keywords: | Cc: |
Description
raceback (most recent call last):
File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 275, in _on_reactor_start
client.start_classic_mode()
File "/usr/lib/python2.6/site-packages/deluge/ui/client.py", line 531, in start_classic_mode
self._daemon_proxy = DaemonClassicProxy(self.event_handlers)
File "/usr/lib/python2.6/site-packages/deluge/ui/client.py", line 408, in init
self.daemon = deluge.core.daemon.Daemon(classic=True)
File "/usr/lib/python2.6/site-packages/deluge/core/daemon.py", line 138, in init
self.core = Core()
File "/usr/lib/python2.6/site-packages/deluge/core/core.py", line 82, in init
sys.exit(1)
NameError: global name 'sys' is not defined
Change History (2)
comment:1 by , 15 years ago
Summary: | import error on startup → import sys missing in core.py |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This error is a little bit misleading, if you check the logs you'll most likely see that there is a line saying you have a libtorrent version that is too old since 1.2.1 depends on 0.14.9 or newer. This error is fixed in git so will be in the next release.