PyPN 0.12 Released

Coinciding with the new Programmer’s Notepad 2.1.5 release, PyPN 0.12 is a minor update fixing a few bugs and adding support for some new small but important scenarios.

Download: PyPN 0.12 for Python 2.6

As of this release, I have dropped support for Python 2.4 and 2.5, as there seems to be little benefit in maintaining multiple versions especially as these releases are so old. I am considering trying to bundle a specific version of Python with future releases, to avoid the need for separate installs.

Once you have installed PyPN 0.12, you can now use Python code in your Text Clips by enclosing it in backticks, e.g.

print “Hello from PyPN”

Anything you print to stdout will be included in the clip text.