Ticket #261: deluge_r3201

File deluge_r3201, 1.5 KB (added by szabolcs, 17 years ago)

shell output

Line 
1szabolcs@sin:~/svn/deluge$ deluge
2no existing Deluge session
3Starting new Deluge session...
4deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
5Applying preferences
6Scanning plugin dir /usr/share/deluge/plugins
7Initialising plugin DesiredRatio
8Initialising plugin WebSeed
9Initialising plugin NetworkGraph
10Initialising plugin TorrentCreator
11Traceback (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 ^
23SyntaxError: invalid syntax
24