You are not logged in.
Here are the steps to get crossover Games working with Python 2:
1) Download and install crossover Games ( I use install-crossover-games-demo-9.2.0.sh )
2) Navigate to you crossover install directory (default is your home directory) and run sed:
$ cd ~/cxgames/bin
$ sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" *
$ sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" *
$ cd ~/cxgames/lib/python
$ sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" *.py
$ sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" *.py
More info:
http://www.codeweavers.com/support/tick … et_level=0
http://www.codeweavers.com/support/foru … ;msg=92523
Last edited by Kasumi_Ninja (2010-11-03 08:43:48)
Offline