Another Question to Python experts

Houman

TR Team Leader
Joined
Jan 24, 2002
Messages
1,083
Hello guys,

I understand how Python works, the only thing is now how do I bind the CIV4 modules with the Python GUI I have installed in order to start doing some modifications?

Isn't Python like Java where you create an object of class and set a dot "." behind it, to see what's inside the object?

Is there such a convenient Python GUI out there? And again how do I load all the CIV 4 Modules into my GUI? Do I have to copy them into Python Path or something?

Thanks for help,
Houman
 
You'll run into a key problem in that the main civ 4 python file is hidden by civ4 (generated by civ4 at runtime or something similar). That file is
CvPythonExtensions

and it is used all over the place.

Personally, I'm using the HapDebugger to edit python. There are probably better editors out there, but i've found it pretty useable, and you can do actual debugging with it.
 
Back
Top Bottom