Hi, I am certainly no expert, but I don't think something like this would be possible. PSPad simply sends the current file to the "compiler" and optionally catches the output. As far as I know, it can't work interactively (as with raw_input).
Alternatively, you can write scripts specifically for PSPad, where you can use some specific commands (e.g. InputText(...) ) However, these scripts must be copied to the defined subfolder of the editor and must be run through Scripts menu, but most important, they are not compatible with regular python script, as they depend on PSPads API. Greetings, vbr -- <http://forum.pspad.com/read.php?2,46909,46981> PSPad freeware editor http://www.pspad.com
