scottrice / Ice

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

Consolegrid.com down #214

Closed karstenk95 closed 10 years ago

karstenk95 commented 10 years ago

Can't download ice, when i try to run it from source it says

File "C:\Users\Karsten\Downloads\Ice-master\src\ice.py", line 18 print "A fatal error occurred. Check stderr.log for more details" ^ SyntaxError: invalid syntax

scottrice commented 10 years ago

Would you mind posting the contents of stderr.log?

Also, running from source is weird right now. The documentation doesn't say it, because I am terrible at updating docs, but you need to run python setup.py install before you can run Ice.

karstenk95 commented 10 years ago

Well, after i run "python setup.py install"´it installed a Script in C:\Python34\Scripts but it doesnt work too

stderr.log

Traceback (most recent call last): File "C:\Python34\Scripts\ice.py", line 5, in pkg_resources.run_script('Ice==0.1.0', 'ice.py') File "C:\Python34\lib\site-packages\pkg_resources.py", line 488, in run_script self.require(requires)[0].run_script(script_name, ns) File "C:\Python34\lib\site-packages\pkg_resources.py", line 1338, in run_script execfile(script_filename, namespace, namespace) File "C:\Python34\lib\site-packages\pkg_resources.py", line 55, in execfile exec(compile(open(fn).read(), fn, 'exec'), globs, locs) File "c:\python34\lib\site-packages\ice-0.1.0-py3.4.egg\EGG-INFO\scripts\ice.py", line 18 print "A fatal error occurred. Check stderr.log for more details" ^ SyntaxError: invalid syntax

scottrice commented 10 years ago

I notice that you are running Python 3.4. Unfortunately Python 3 changes a lot of how the language works, so Python 2.7 is required to run Ice.

gehrleib commented 10 years ago

This can be closed.