[Pythonmac-SIG] ANN: PyInterpreter 0.2

Bob Ippolito bob at redivi.com
Tue Oct 28 02:12:42 EST 2003


PyInterpreter is a set of PyObjC classes (and a nib) that makes it easy 
to put an interactive Python interpreter into just about any PyObjC 
application.  It supports the following features:
	Colored stdout / stderr
	raw_input() / stdin.readline() support via modal dialog (a la 
PythonIDE)
	command history
	completion (OS X 10.3 and later only)

Feel free to use this in your own projects, I'm hoping to get this into 
the PyObjC Examples tree sometime in the near future.

See http://pythonmac.org/wiki/PyInterpreter for a screen shot, 
download, and more information.

-bob




More information about the Pythonmac-SIG mailing list