XanderStrike / GazelleUI

Download from your Gazelle-based trackers with ease!
59 stars 9 forks source link

Error on start #20

Closed tocks53 closed 7 years ago

tocks53 commented 7 years ago

Hello, when i run the program. I have this traceback. I am on Ubuntu

beber@beber-Portable:~/Téléchargements/ApolloUI-master$ ls ApolloUI.py assets lib readme.md templates torrents wsgi.py beber@beber-Portable:~/Téléchargements/ApolloUI-master$ python ApolloUI.py Traceback (most recent call last): File "ApolloUI.py", line 13, in import lib.wat as wat File "/home/beber/Téléchargements/ApolloUI-master/lib/wat.py", line 1, in import whatapi File "/home/beber/Téléchargements/ApolloUI-master/lib/whatapi/init.py", line 1, in from .whatapi import WhatAPI File "/home/beber/Téléchargements/ApolloUI-master/lib/whatapi/whatapi.py", line 5, in import requests ImportError: No module named requests

XanderStrike commented 7 years ago

pip install requests should solve this I think. Let me know if it does and I'll add it to the readme.

XanderStrike commented 7 years ago

Closing because it sounds like this has solved other people's issues.