Gamer125 / fofix

Automatically exported from code.google.com/p/fofix
0 stars 0 forks source link

ImportError: No module named _MixStream #1285

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by hicks...@gmail.com on 27 Jan 2013 at 5:09

GoogleCodeExporter commented 8 years ago
Have you followed the directions here successfully?

https://github.com/fofix/fofix/blob/master/doc/RunningFromSource.mkd#Compiling-t
he-native-modules

Original comment by aked...@gmail.com on 27 Jan 2013 at 11:01