idlesign / torrentool

The tool to work with torrent files.
https://github.com/idlesign/torrentool
BSD 3-Clause "New" or "Revised" License
148 stars 30 forks source link

CLI does not work in windows #6

Closed Hellowlol closed 7 years ago

Hellowlol commented 7 years ago

It doesnt find the program.

idlesign commented 7 years ago

What program?

Hellowlol commented 7 years ago

torrent tool.

Microsoft Windows [Version 10.0.10586]
(c) 2015 Microsoft Corporation. Med enerett.

C:\Users\user>pip install torrentool
Collecting torrentool
  Using cached torrentool-0.3.0-py2.py3-none-any.whl
Installing collected packages: torrentool
Successfully installed torrentool-0.3.0
C:\Users\user>torrentool torrent create /home/my/files_here/video.mkv
'torrentool' is not recognized as an internal or external command,
operable program or batch file.
idlesign commented 7 years ago

So I see. Probably the best is to add torrentool.py (with .py) in bin, so Windows could recognize file association. Yet, I have no Windows to test this supposition.

idlesign commented 7 years ago

Should now be handled by setuptools.

idlesign commented 7 years ago

Closing this one. Feel free to reopen if the issue is relevant for the latest version.