You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "Betfair.py", line 5, in
from betfair import Betfair
File "C:\Python27\lib\site-packages\betfair.py-0.1.3-py2.7.egg\betfair__init__.py", line 3, in
from .betfair import Betfair
File "C:\Python27\lib\site-packages\betfair.py-0.1.3-py2.7.egg\betfair\betfair.py", line 14, in
from network import Network
File "C:\Python27\lib\site-packages\betfair.py-0.1.3-py2.7.egg\betfair\network.py", line 1, in
import treq
ImportError: No module named treq
Any idea what is missing?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "Betfair.py", line 5, in
from betfair import Betfair
File "C:\Python27\lib\site-packages\betfair.py-0.1.3-py2.7.egg\betfair__init__.py", line 3, in
from .betfair import Betfair
File "C:\Python27\lib\site-packages\betfair.py-0.1.3-py2.7.egg\betfair\betfair.py", line 14, in
from network import Network
File "C:\Python27\lib\site-packages\betfair.py-0.1.3-py2.7.egg\betfair\network.py", line 1, in
import treq
ImportError: No module named treq
Any idea what is missing?
The text was updated successfully, but these errors were encountered: