Opened 18 years ago
Closed 18 years ago
#10554 closed defect (fixed)
BUG: bittorrent-4.20.8 missing dependendy py-crypto
Reported by: | carson@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | ||
Port: |
Description
the error log can be found here:
carson@mackie:/tmp/$ bittorrent-curses.py --tracker-proxy 127.0.0.1:8118 freeculture.zip.torrent Traceback (most recent call last):
File "/opt/local/bin/bittorrent-curses.py", line 32, in ?
from BitTorrent.MultiTorrent import MultiTorrent, TorrentAlreadyRunning
File "/opt/local/lib/python2.4/site-packages/BitTorrent/MultiTorrent.py", line 25, in ?
from BitTorrent.Torrent import Feedback, Torrent
File "/opt/local/lib/python2.4/site-packages/BitTorrent/Torrent.py", line 38, in ?
from BitTorrent.ConnectionManager import ConnectionManager
File "/opt/local/lib/python2.4/site-packages/BitTorrent/ConnectionManager.py", line 22, in ?
from BitTorrent.Connector import Connection
File "/opt/local/lib/python2.4/site-packages/BitTorrent/Connector.py", line 25, in ?
from Crypto.Cipher import ARC4
ImportError: No module named Crypto.Cipher
Description: bittorrent needs the python crypto package, however it is not listed in depends_lib.
Comments: after executing "sudo port install py-crypto" bittorrent-curses.py executes as expected.
Change History (1)
comment:1 Changed 18 years ago by markd@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | BUG: bittorrent-4.20.8 → BUG: bittorrent-4.20.8 missing dependendy py-crypto |
Committed fix. Thanks!