I'm new to python, just read about the self documenting features of the language. I have used the PyDoc help function successfully on self contained modules ( I am using IDLE ). But when I try to use this technique on the Civ 4 files I run into all kinds of problems. Mainly it complains about the imports, files not being available. I thought I would move copies of the modules all into one work folder, but that doesn't work, some of the imports are "invisible", I guess they refer to the C portion of the game? SDK files?
So, I have been unable to use the help function. Is there any way around this problem? What is the best way to get a good review of the various files?
The next step would be when you modify the files, is there anyway to "test" them short of starting up Civ 4?
So, I have been unable to use the help function. Is there any way around this problem? What is the best way to get a good review of the various files?
The next step would be when you modify the files, is there anyway to "test" them short of starting up Civ 4?