effigies / BitTornado

UNMAINTAINED - John Hoffman's fork of the original bittorrent
Other
150 stars 44 forks source link

Fixed tracker, the require was wrong. #8

Closed HemeraGP closed 9 years ago

HemeraGP commented 9 years ago

This would generate the following error:

Traceback (most recent call last): File "./bttrack.py", line 9, in from BitTornado.Tracker.track import track File "/home/[user]/BitTornado/BitTornado/Tracker/track.py", line 19, in from BitTornado.Application.FormatNumbers import formatSize ImportError: No module named FormatNumbers

effigies commented 9 years ago

Thanks. Not sure how I missed that one.