[MacPorts] #13791: UPDATE: deluge 0.5.8
MacPorts
trac at macosforge.org
Mon Jan 7 13:40:02 PST 2008
#13791: UPDATE: deluge 0.5.8
---------------------------------------+------------------------------------
Reporter: guido.soranzio at gmail.com | Owner: macports-tickets at lists.macosforge.org
Type: defect | Status: new
Priority: Normal | Milestone: Port Updates
Component: ports | Version: 1.6.0
Resolution: | Keywords:
---------------------------------------+------------------------------------
Comment (by neric27 at wanadoo.fr):
It has a missing dependency on py25-hashlib;[[BR]]
without, it fails to start.[[BR]]
See log :[[BR]]
{{{
$ sudo port deactivate py25-hashlib
Password:
---> Deactivating py25-hashlib
$ deluge
$ Traceback (most recent call last):
File "/opt/local/bin/deluge", line 154, in <module>
start_deluge()
File "/opt/local/bin/deluge", line 132, in start_deluge
interface = deluge.interface.DelugeGTK()
File "/opt/local/lib/python2.5/site-packages/deluge/interface.py", line
60, in __init__
self.plugins.scan_for_plugins()
File "/opt/local/lib/python2.5/site-packages/deluge/plugins.py", line
61, in scan_for_plugins
mod = __import__(modname, globals(), locals(), [''])
File "/opt/local/share/deluge/plugins/WebUi/__init__.py", line 70, in
<module>
from md5 import md5
File "/opt/local/lib/python2.5/md5.py", line 6, in <module>
from hashlib import md5
File "/opt/local/lib/python2.5/hashlib.py", line 133, in <module>
md5 = __get_builtin_constructor('md5')
File "/opt/local/lib/python2.5/hashlib.py", line 60, in
__get_builtin_constructor
import _md5
ImportError: No module named _md5
close failed: [Errno 32] Broken pipe
}}}
Cheers,
--
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13791#comment:1>
MacPorts </projects/macports>
Ports system for Mac OS
More information about the macports-tickets
mailing list