[fofix-gcode-issuetracker] Issue 1285 in fofix: ImportError: No module named _MixStream

fofix at googlecode.com fofix at googlecode.com
Sun Jan 27 17:09:41 UTC 2013


Status: New
Owner: ----
Labels: Priority-Low

New issue 1285 by hicks... at gmail.com: ImportError: No module named  
_MixStream
http://code.google.com/p/fofix/issues/detail?id=1285

Describe the problem. What did you expect? What do you see?

Hack-Pro src # python FoFiX.py
Traceback (most recent call last):
   File "FoFiX.py", line 65, in <module>
     from GameEngine import GameEngine
   File "/home/predatux/fofix/src/GameEngine.py", line 42, in <module>
     from Audio import Audio
   File "/home/predatux/fofix/src/Audio.py", line 27, in <module>
     from MixStream import VorbisFileMixStream
   File "/home/predatux/fofix/src/MixStream/__init__.py", line 1, in <module>
     from _MixStream import *
ImportError: No module named _MixStream


List the steps to recreate the problem.
1.
2.
3.

What version are you using? Include the FoFiX version, the Python version,
your operating system, and whether it is Git, alpha, beta, RC, or final
release.  (If it's Git, please include the commit hash.)

Python 2.7
Sabayon X, 64 bits
Latest fofix versión from git://github.com/fofix/fofix.git

Did you read the wiki on how to report bugs, conveniently called
ReportingBugs? If this is a bug report, please include the log file!


Please provide any additional information below.



More information about the fofix-gcode-issuetracker mailing list