[Pyobjc-dev] ANN: PyInterpreter 0.2
Brought to you by:
ronaldoussoren
From: Bob I. <bo...@re...> - 2003-10-28 07:12:40
|
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 |