I am working with Python for a month now and I have still a lot of things to achieve. I was trying to code an easy torrent crawler for my favourite torrent source and download the file itself other than torrent. I succeeded with downloading .torrent file but I can not download the file with the .torrent file.
My research brought me to PyTorrent library. So I downloaded it using
pip install PyTorrent
However when I try to import it here is what I have :
You can see my system and my python version from the screenshot above. And, I am running python on windows8, the screenshot is from PowerShell.
Thanks for your help!