0.5.4.1 don't have the plugins' folder

General support for problems installing or using Deluge
Post Reply
nikotra
Member
Member
Posts: 12
Joined: Wed Aug 08, 2007 11:38 am
Location: Carpeneda, Brescia, Italy.

0.5.4.1 don't have the plugins' folder

Post by nikotra »

Hi i have just installed the new release(0.5.4.1) but at the start the folder of the plugins don't exist.

Se the terminal output:
nicola@Nicola:~/Desktop/deluge-0.5.4.1$ deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Capping download to -1 bytes per second
Capping upload to -1 bytes per second
Scanning plugin dir /usr/local/share/deluge/plugins
Traceback (most recent call last):
File "/usr/bin/deluge", line 140, in <module>
start_deluge()
File "/usr/bin/deluge", line 127, in start_deluge
interface = deluge.interface.DelugeGTK()
File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 59, in __init__
self.plugins.scan_for_plugins()
File "/usr/lib/python2.5/site-packages/deluge/plugins.py", line 55, in scan_for_plugins
for modname in os.listdir(folder):
OSError: [Errno 2] Nessun file o directory: '/usr/local/share/deluge/plugins'
The life is sow, but f**k you free.
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: 0.5.4.1 don't have the plugins' folder

Post by markybob »

nikotra wrote:Hi i have just installed the new release(0.5.4.1) but at the start the folder of the plugins don't exist.

Se the terminal output:
nicola@Nicola:~/Desktop/deluge-0.5.4.1$ deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Capping download to -1 bytes per second
Capping upload to -1 bytes per second
Scanning plugin dir /usr/local/share/deluge/plugins
Traceback (most recent call last):
File "/usr/bin/deluge", line 140, in <module>
start_deluge()
File "/usr/bin/deluge", line 127, in start_deluge
interface = deluge.interface.DelugeGTK()
File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 59, in __init__
self.plugins.scan_for_plugins()
File "/usr/lib/python2.5/site-packages/deluge/plugins.py", line 55, in scan_for_plugins
for modname in os.listdir(folder):
OSError: [Errno 2] Nessun file o directory: '/usr/local/share/deluge/plugins'
looks like conflicting installs. please "make uninstall" and then "make install" again. if that doesnt work, try removing ~/.config/deluge and then starting deluge. let us know.
nikotra
Member
Member
Posts: 12
Joined: Wed Aug 08, 2007 11:38 am
Location: Carpeneda, Brescia, Italy.

Re: 0.5.4.1 don't have the plugins' folder

Post by nikotra »

ohhh yes...
I have uninstall and reinstall and now it's all ok. Thank you
The life is sow, but f**k you free.
Post Reply