Why need python25.dll?

Get help with compiling or installing the game, and discuss announcements of new official releases.

Moderator: Forum Moderators

Post Reply
Cliff
Posts: 14
Joined: October 19th, 2006, 3:12 am

Why need python25.dll?

Post by Cliff »

Hi Guys,
I complied the latest source code using Dev-Cpp. And then I copy the *.dll files into the directory.
However, when I startup the game, the error message is popup : "can't find python25.dll".
I search the install package on Windows, there is only python24.dll.
Why need python25.dll on debugging?
User avatar
Mist
Inactive Developer
Posts: 753
Joined: February 15th, 2007, 8:44 am
Location: Milton Keynes, UK

Post by Mist »

Rename the dll, it'll work fine. We need anything higher than 2.3 to get the python AIs to work otherwise there's no need. And you can remove -DHAVE_PYTHON switch not to compile with python at all.
Somewhere, between the sacred silence and sleep.
Disorder.
Cliff
Posts: 14
Joined: October 19th, 2006, 3:12 am

Post by Cliff »

Thanks ,Mist! :D
Post Reply