> any chance, that there will be a new (4.0+) version for windows? the
> cal3d support would be really cool to work with.

try this 'unofficial' windows release (you will get no support)
http://killertux.tuxfamily.org/Soya-0.5.win32-py2.2.exe

else I send you my 'soya compilation under Window' how to
 
for cal3d support under windows, the problem is that I didn't manageto find a cal3d 
compiled library under windows (else I will need to do it myself but it will be 
hard...)

-blam
*** COMPILING SOYA FOR WINDOWS README ***

You must install the following software for Windows:
  - Python 2.2
  - MinGW
  - Pexports

I advise you not to install this stuff in your "Program File" directory but directly 
in the c:\ cause as the name "Program File" is more than 8 characters its real dos 
name is PROGRA~1 or something like that.

1) Create the libpython for MinGW

c:\Python22\pexports-0.42h\bin\pexports.exe c:\WINDOWS\SYSTEM\python22.dll > 
python22.def
c:\MinGW\bin\dlltool --dllname python22.dll --def python22.def --output-lib 
libpython22.a

Copy the file libpython22.a into c:\MinGW\lib

2) get the SDL devel for windows: SDL-devel-1.2.5a-mingw32.tar.gz
Decompress the files. It contains the file i386-mingw32msvc.tar.gz
Decompress it and install all there were inside into the corresponding directory in 
your /MinGW directory


3) get the soya source archive, extract it in a directory, for example 
c:\MinGW\home\soya

4) compile Soya and create a Windows installer

set PATH=%PATH%;c:\MinGW\bin
c:\Python22\python.exe c:\MinGW\home\soya\setup.py build --compiler=mingw32
c:\Python22\python.exe c:\MinGW\home\soya\setup.py install
c:\Python22\python.exe c:\MinGW\home\soya\setup.py bdist_wininst

Reply via email to