Blender2Crystal doesn't work out-of-the-box with Python 2.6 and Blender 2.49b even on WinXP
Had to patch a few lines myself (I was lucky). First it was of some python library (win32 release version damn buggy), then B2C's bug. Try installing the latest versions from source
Had to patch a few lines myself (I was lucky). First it was of some python library (win32 release version damn buggy), then B2C's bug. Try installing the latest versions from sourceThanks for responding, maybe you can help. I have downloaded the source versions of both PyXML 0.8.4 and PIL 1.1.7. Because I have Crystal Space I have the jpg, tga, png, and zlib libraries installed and in their own special directory. I can compile PyXML using the lines:
"python setup.py build --with-xslt --with-xpath"
"python setup.py install --with-xslt --with-xpath"
I am not sure if I need the directives on the install but I add them anyway. However, none of the demos are able to run because I beleive they are outdated. They request a file called core in the xml.dom directory, but core.py does not exist in the xml.dom directory. There is a minidom.py file but no core.py. So I am unsure if it is installed correctly because outside first learning python, then writing a test script I am unable to test it...
to compile the PIL files seem to be even more difficult. As noted I have the image libraries installed on a seperate hard drive. Where Python is c:/Python26, the C++ libraries would be located on D:/CrystalSpace/CrystalSpace_Libraries/(Libs or includes)/
The instructions tell you to specify a tuple directory for these libraries so I give it "D:/dir/lib","D:/dir/includes". Then using setup.py similar to the above, I test it with as directed in the README, again it seems to fail...
And I have no idea what the B2C but is...





