scottrice / Ice

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

Ice can not find python module #460

Open HEspoke opened 7 years ago

HEspoke commented 7 years ago

Hey guys, I know I am overlooking something here. I am a noob. Could someone help me out? I am on a different build of the program that is from https://github.com/lachlankrautz/Ice . I am not sure why I am getting this error. I have the right folder structure ( as far as I can tell). The rom_parser.py file is in the right spot inside the ice folder. The full path is E:\emulation\Ice\Ice\ice\parsing\rom_parser.py
Thanks

E:\emulation\Ice\Ice>python ice Traceback (most recent call last): File "E:\emulation\Ice\Ice\ice__main.py", line 7, in from cli import CommandLineRunner File "ice\cli\init__.py", line 2, in from runner import CommandLineRunner File "ice\cli\runner.py", line 12, in import tasks File "ice\cli\tasks.py", line 3, in from ice.parsing.rom_parser import ROMParser ImportError: No module named ice.parsing.rom_parser