I'm try to use Python for Scripting PSPad. Basic example works OK (I found example here: http://forum.script-coding.info/viewtopic.php?id=637).
Is there any hints or advices how to best write Scripts in Python? Am I understand correctly that all PSPad API (http://gogogadgetscott.info/pspad/functions.htm) is available only via special object, like this: pspad = globals()['global'] pspad.echo(u'Hello, PSPad!') Another question: I have Python 2.4 and 2.5 installed on my machine. Python 2.5 is default Python for my system. Nevertheless PSPad use Python 2.4 to execute scripts. Can I adjust it somewhere, or it's the limitation of WSH? -- <http://forum.pspad.com/read.php?2,43366,43366> PSPad freeware editor http://www.pspad.com
