pseudobeard / teambalancer

GNU General Public License v3.0
0 stars 1 forks source link

Python version question #6

Closed cheshire137 closed 7 years ago

cheshire137 commented 7 years ago

I get this result when I try to run the script:

% python balance.py
Traceback (most recent call last):
  File "balance.py", line 3, in <module>
    import scraper
  File "/Users/cheshire137/code/cheshire137/teambalancer/scraper.py", line 3, in <module>
    import urllib.request
ImportError: No module named request

Is there a particular version of Python I should use? I'm on macOS.

% python --version
Python 2.7.11
cheshire137 commented 7 years ago

Ooh I get no errors when I use my Homebrew-installed python3 to run balance.py. I'll add a note to the readme!