1 | szabolcs@sin:~/svn/deluge$ deluge
|
---|
2 | no existing Deluge session
|
---|
3 | Starting new Deluge session...
|
---|
4 | deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
|
---|
5 | Applying preferences
|
---|
6 | Scanning plugin dir /usr/share/deluge/plugins
|
---|
7 | Initialising plugin DesiredRatio
|
---|
8 | Initialising plugin WebSeed
|
---|
9 | Initialising plugin NetworkGraph
|
---|
10 | Initialising plugin TorrentCreator
|
---|
11 | Traceback (most recent call last):
|
---|
12 | File "/usr/bin/deluge", line 132, in <module>
|
---|
13 | start_deluge()
|
---|
14 | File "/usr/bin/deluge", line 115, in start_deluge
|
---|
15 | interface = deluge.interface.DelugeGTK(config_dir=deluge.common.CONFIG_DIR)
|
---|
16 | File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 64, in __init__
|
---|
17 | self.plugins.scan_for_plugins()
|
---|
18 | File "/usr/lib/python2.5/site-packages/deluge/plugins.py", line 61, in scan_for_plugins
|
---|
19 | mod = __import__(modname, globals(), locals(), [''])
|
---|
20 | File "/usr/share/deluge/plugins/MoveTorrent/__init__.py", line 133
|
---|
21 | self.dialogs.show_popup_warning(self.window, "An error occured while trying to move the torrent. Please check your permissions and note that you cannot move a torrent's files to the same directory that they are already stored or move a torrent's files before any of its files have actually been created."))
|
---|
22 | ^
|
---|
23 | SyntaxError: invalid syntax
|
---|
24 |
|
---|