Ice icon indicating copy to clipboard operation
Ice copied to clipboard

Import Error: No module named pysteam.steam

Open nelmsee opened this issue 8 years ago • 2 comments

So the website containing http://consolegrid.com/ice.zip isn't working... I've attempted to follow the repository's readme and proceed to the python -m ice command and here is what i get:

Traceback (most recent call last): File "C:\Python27\lib\site-packages\ice-0.1.0-py2.7.egg\ice_main_.py", line 7, in from cli import CommandLineRunner File "C:\Python27\lib\site-packages\ice-0.1.0-py2.7.egg\ice\cli_init_.py", line 2, in from runner import CommandLineRunner File "C:\Python27\lib\site-packages\ice-0.1.0-py2.7.egg\ice\cli\runner.py", line 10, in from pysteam.steam import get_steam, Steam ImportError: No module named pysteam.steam

Anyone?

nelmsee avatar Jun 04 '17 01:06 nelmsee

yup, i just noticed this problem today and it completely breaks the program. I had to go into the config.txt and remove the consolegrid text from "Providers=" It looks like consolegrid.com is no longer a valid domain and that the owner needs to reactivate it if they want to continue that website. Hopefully someone can give us a alternative to consolegrid and change some code in order to point ICE in the right direction.

HEspoke avatar Jun 08 '17 04:06 HEspoke

You can get ice from archive.org

And retrogamindcloud's API is compatible with ICE. I believe you'll want to set your image provider to "retrogaming.cloud/api/v1/game/mostPopular".

vereis avatar Jun 12 '17 08:06 vereis