Lysdestic wrote:Willy Socks wrote:Does anyone know if it is possible to run FoFIX from source with Python 2.6 in Linux? I looked at that page for the instructions of Python 2.6 but it only has Win instructions and "Fill in stuff here... " under Linux.
I am currently running it with Python 2.4 but would like to try 2.6 in linux.
Depends on the distribution and the availability of Python 2.6 packages. That, or your willingness to compile it and the modules yourself.
Depending on your distribution, it could be as simple as installing the python2.6 package and the appropriate modules (should be the same ones that are needed for the windows version.)
*buntu doesn't have python2.6 in any repositories, so unless you want to compile, you will need to stick with 2.4 or 2.5. Compiling isn't tough though, so you could if you wanted to.
Suse comes with python2.6 as default, as do some others.
It basically comes down to installing python2.6 and loading up the modules the game needs, and if the game is missing one, install it too.
LOL "Willy Socks" ???
I am running LinuxMint (ubuntu) and I found this for installing Python2.6 in ubuntu Intrepid.
[url]http://jaredforsyth.com/content/install-python-26-ubuntu[/url
I managed to get that installed but when I run "python2.6 FretsOnFire.py" I get this.
Code: Select all
Traceback (most recent call last):
File "FretsOnFire.py", line 38, in <module>
from GameEngine import GameEngine
File "/home/mike/Games/FoFIX-SRC/src/GameEngine.py", line 31, in <module>
from OpenGL.GL import *
ImportError: No module named OpenGL.GL
I have the "python-opengl" installed. It may not be the correct one for use with python2.6 Or is it something else?