Version with Windows files uploaded
A generous friend (Michael Foord) has compiled the cython files for me under Windows so I've uploaded a new version with those files bundled. Hopefully cython's internal machinery will be happy to use them:Download: endless-path-7
I'd be interested to know whether this works for you if you are on Windows and do not have cython installed.
Thanks, Michael!
(log in to comment)
Comments
'D:\\tmp\\_pyweek10_previa\\endless-path-7\\build\\lib.win32-2.6\\gamelib'
>>> import _curve
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "_euclid.pxd", line 1, in init gamelib._curve (C:\compile\endless-path-6\
build\temp.win32-2.6\Release\pyrex\_curve.c:3450)
ImportError: No module named gamelib._euclid
>>> import _euclid
>>>
>>> os.getcwd()
'D:\\tmp\\_pyweek10_previa\\endless-path-7\\build\\lib.win32-2.6'
>>> import gamelib._curve
>>> import gamelib._euclid
>>>
> python -O run_game.py
_euclid not available: Building module failed: ['DistutilsPlatformError: Unable to find vcvarsall.bat\n']
_curve not available: Building module failed: ['DistutilsPlatformError: Unable to find vcvarsall.bat\n']
on WinXP with Python2.6
The console and the in game info text was telling that acceleration was not available, hence my 'Not for me'.
If the question was 'is playable ?' o 'runs at all ?', yes, the game runs well (win xp, python 2.6, no cython)
Sorry if I confused you.
However, clearly it is distutils giving me an error here about not finding some Visual C script, so maybe I've done that distutils config wrong or incompletely.
Sorry if I'm just muddying the waters here. I'm not worried about this if you aren't, but am willing to try diagnose if you are.
claxo on 2010/04/05 04:28:
Not for me ( win xp, python 2.6.3 , no cython). The console output is:D:\tmp\_pyweek10_previa\endless-path-7>run_game.py
warning: cython not available (No module named pyximport)
_euclid not available: cannot import name _euclid
_curve not available: cannot import name _curve