Any way to make Rhye's BMP to WBS Converter work in 2016

Attractadore

Chieftain
Joined
Apr 8, 2015
Messages
51
Location
Planet Earth
So I tried installing the converter. I had Python 3.5 installed and had to go through the code to correct the indentation. When I copied the wx library to the converter folder and tried to run it, I got an error (wrong magic number in wx). I tried installing Python 2.7 (2.4*) as advised. Still the same error. I used the wx library that came with civ4.
What can I do to make the converter work? Should I try installing wx from their website?

Converter thread: http://forums.civfanatics.com/showthread.php?t=135740
 
Welcome to Python dependency management. I can only suggest you track down the date when Rhye published the script and install the version of the library that was current at that point. I think civ runs on something like Python 2.4 or 2.5 by the way, so that might also be the reason.

Alternatively, figure out what wx is doing in the script and adjust it so it fits its current API.
 
Maybe I will try doing some magic with the converter since there is no obvious way to make it work...
 
Back
Top Bottom