Compile VS2005 Express

Hi,

well i compiled the Source as it is told, compiling works, but when i start the application i get an "Failed to import Python Importer" error? i googled i look, but now posting that i could fine, could help me solve my problem.
Can someone may tell me what i am doing wrong?
THANKS

Charles

ditto

I'm having the same problem.

SVN and Python

Hmm, I'll go through the tutorial again once I get Windows dual booting again and make sure I didn't miss anything Well, actually, I'm sure I did miss something, so thanks for pointing out a problem! :D

For the first few revisions of 0.95, my initial attempts to compile and run produced this error whenever Python wasn't installed. However, there was a bug report submitted and the issue was fixed --theoretically that is. Here's the Mantis page: http://mantis.sylphis3d.com/view.php?id=3

The first thing to check on you system is that you are using the latest revision from SVN. Not sure if the latest released source has the bug fix.

After that (from Harkal, from the bug report):
* You use Stackless Python
* When compiled Stackless put in runtime/src/sylphis/extern/libs the produced libraries
* Put the DLL of stackless python in runtime/
* Place sylphis.py in the runtime/system/ folder

Let me know if any of those fix the problem. As I said, I'll go through my own instructions word-for-word in a few days and see what things I must have missed. If we can narrow problems and solutions down here, that'd be a great help!

-=Derek

Thanks...

....for the fast answer, will try it out as soon as i get home from work. :)

I tried it.....

...but until now i didnt manage to sovle the problem, but i think i must have done something wrong because, now i cant compile it anymore. will redo all the steps again, hopfully it will work then.
Charles