Hi
First, thank you very much for building my text editor of choice!
I'd really like to be able to run the current buffer as a python script, possibly by simply hitting F8 or some other nice key. This should run the current buffer as a pn script, without adding it to the script view. I have tried to accomplish this by adding python.exe as a new tool - which throws ImportError: No module named pn.
Would be nice, if you could build this into one of the next releases...