scottrice / Ice

Application to automatically add ROMs to Steam
http://scottrice.github.io/Ice/
MIT License
834 stars 96 forks source link

Error.log #318

Closed glitchninja2000 closed 8 years ago

glitchninja2000 commented 8 years ago

I keep getting errors, no matter what I do with the settings. I'm running Python 2.7.11 with El Captain on a MacBook Air.

Traceback (most recent call last): File "/Users/NewMactop/Downloads/Ice-master/src/ice.py", line 7, in from ice.runners import command_line_runner File "/Users/NewMactop/Downloads/Ice-master/src/ice/runners/command_line_runner.py", line 10, in from ice_engine import IceEngine File "/Users/NewMactop/Downloads/Ice-master/src/ice/runners/ice_engine.py", line 9, in from pysteam.steam import Steam ImportError: No module named pysteam.steam

scottrice commented 8 years ago

You need to run python setup.py install before you run Ice.

Thanks!