Advertisement

embed problems with python

Started by February 23, 2005 09:47 AM
1 comment, last by athos_musketeer 20 years ago
Hi everyone. This is my problem. I'm developing a C++ Game that embeds python to do some AI. Everything works fine in my PC where i have win2000 installed with all the development kits. But when i try my game in a "clean" PC there some problem when python trys to open the modules (.PYC files). At this time i can't determine the exact error message. Has someone had the same (or similar) problem. Thanks in advance.
The Game Starts well, you can play till it try to get a module after Py_Initialize().

Could it be i need to add to the sys.path the path were i want to search for the 'file'.PYC.?

This topic is closed to new replies.

Advertisement