Gamer125 / fofix

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

I cant compile under Karmic Koala ( Ubuntu 9.10 ) AMD64 #1174

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

FoFIX 3.121 ::

1 - Download the FoFIX lastets version Source Code For Linux
2 - Follow the Steps how to : 
http://code.google.com/p/fofix/wiki/RunningUnderGNULinux

3 - All dependences installed
4 - Open a terminal , and go to the folder and launch the command "make"
5 - Appear this :
===========================================================================
inukaze@Inukaze:~/Juegos/Linux/fofix-3.121$ make
--- Detected version: 3.121~Omitiendo '.'
--- Building binary
cxfreeze --target-dir dist \
--exclude-modules tcl,tk,Tkinter \
--include-modules \
encodings.string_escape,\
encodings.iso8859_1,\
SongChoosingScene,\
GuitarScene,\
ctypes.util,pkg_resources,weakref,Image,\
OpenGL,OpenGL.platform.glx,OpenGL.arrays.ctypesarrays,OpenGL.arrays.numpymo
dule,OpenGL.arrays.lists,OpenGL.arrays.numbers,OpenGL.arrays.strings,\
xml.sax.drivers2.drv_pyexpat,\
GameResultsScene src/FoFiX.py
Traceback (most recent call last):
  File "/usr/bin/cxfreeze", line 5, in <module>
    main()
  File "/usr/lib/pymodules/python2.6/cx_Freeze/main.py", line 170, in main
    freezer.Freeze()
  File "/usr/lib/pymodules/python2.6/cx_Freeze/freezer.py", line 405, in 
Freeze
    self._FreezeExecutable(executable)
  File "/usr/lib/pymodules/python2.6/cx_Freeze/freezer.py", line 145, in 
_FreezeExecutable
    finder = self._GetModuleFinder(exe)
  File "/usr/lib/pymodules/python2.6/cx_Freeze/freezer.py", line 251, in 
_GetModuleFinder
    finder.IncludeModule(name)
  File "/usr/lib/pymodules/python2.6/cx_Freeze/finder.py", line 397, in 
IncludeModule
    module = self._ImportModule(name, deferredImports)
  File "/usr/lib/pymodules/python2.6/cx_Freeze/finder.py", line 201, in 
_ImportModule
    raise ImportError, "No module named %s" % name
ImportError: No module named xml.sax.drivers2.drv_pyexpat
make: *** [dist] Error 1
===========================================================================

FoFIX 3.120 :
inukaze@Inukaze:~/Juegos/Linux/fofix-3.120$ make
--- Detected version: 3.120~Omitiendo '.'
--- Building binary
cxfreeze --target-dir dist \
--exclude-modules tcl,tk,Tkinter \
--include-modules \
encodings.string_escape,\
encodings.iso8859_1,\
SongChoosingScene,\
GuitarScene,\
ctypes.util,pkg_resources,weakref,Image,\
OpenGL,OpenGL.platform.glx,OpenGL.arrays.ctypesarrays,OpenGL.arrays.numpymo
dule,OpenGL.arrays.lists,OpenGL.arrays.numbers,OpenGL.arrays.strings,\
xml.sax.drivers2.drv_pyexpat,\
GameResultsScene src/FoFiX.py
Traceback (most recent call last):
  File "/usr/bin/cxfreeze", line 5, in <module>
    main()
  File "/usr/lib/pymodules/python2.6/cx_Freeze/main.py", line 170, in main
    freezer.Freeze()
  File "/usr/lib/pymodules/python2.6/cx_Freeze/freezer.py", line 405, in 
Freeze
    self._FreezeExecutable(executable)
  File "/usr/lib/pymodules/python2.6/cx_Freeze/freezer.py", line 145, in 
_FreezeExecutable
    finder = self._GetModuleFinder(exe)
  File "/usr/lib/pymodules/python2.6/cx_Freeze/freezer.py", line 251, in 
_GetModuleFinder
    finder.IncludeModule(name)
  File "/usr/lib/pymodules/python2.6/cx_Freeze/finder.py", line 397, in 
IncludeModule
    module = self._ImportModule(name, deferredImports)
  File "/usr/lib/pymodules/python2.6/cx_Freeze/finder.py", line 201, in 
_ImportModule
    raise ImportError, "No module named %s" % name
ImportError: No module named xml.sax.drivers2.drv_pyexpat
make: *** [dist] Error 1

Same code , why ?? , how to fix it ?? what is xml.sax ? under the Ubuntu 
Repository somes packages have "sax" in the name , but how i should install 
to fix the dependencies ???

You have a LaunchPAD PPA , for FoFIX , and it dependencies ??? plz , more 
ease for common users :D

Original issue reported on code.google.com by Inukaze....@gmail.com on 9 Apr 2010 at 3:57

GoogleCodeExporter commented 9 years ago
Compiling source package is currently an unsupported work in progress. Please 
update using the new git repo (http://github.com/stump/fofix) and run from 
source (python fofix.py) for the time being.

Original comment by fuzio...@gmail.com on 1 Sep 2010 at 1:17