Retribution not working
Has anyone got Retribution to work? I'm getting this:Traceback (most recent call last):
File "run_game.py", line 1, in <module>
import elspirit.__main__
File "/Local/Games/PyWeek16/retribution/elspirit/__main__.py", line 2, in <module>
import levels
File "/Local/Games/PyWeek16/retribution/elspirit/levels.py", line 12, in <module>
import music
File "/Local/Games/PyWeek16/retribution/elspirit/music.py", line 5, in <module>
from mingus.containers.Note import Note
File "/Local/Games/PyWeek16/retribution/elspirit/mingus/containers/__init__.py", line 28, in <module>
from Note import Note
File "/Local/Games/PyWeek16/retribution/elspirit/mingus/containers/Note.py", line 24, in <module>
from mingus.core import notes, intervals
ImportError: No module named mingus.core
(log in to comment)
Comments
Have you tried "pip install mingus"?
I packaged it there but i did not get to test if it was using the packaged library. Its a dependency you need to install if the crude copy i did is not working.
*Edited for clarity
I packaged it there but i did not get to test if it was using the packaged library. Its a dependency you need to install if the crude copy i did is not working.
*Edited for clarity
lucio on 2013/04/22 03:24:
Have you tried pip install mingus?I packaged there but i did not get to test if it was using the packages library. Its a dependency you need to install if the crude copy i did is not working.