psi (a simple Python Shell and Interpreter) for py 2.3 is out

Hi all,

The new psi (a simple Python Shell and Interpreter) is out

- version: psi 50e
- for python 2.3
- improved in-line editing (I hope)
- improved plot modules (more Python 2.3 compliant)
- psi.exe for windows users
- where? http://www.chez.com/spinecho/pypsi/pagpypsi.htm

Notes and warnings:
- Due to the defectuous stc module in the wxPython 2.4.1.2 distibution, psi50e will
  not work with wxPy 2.4.1.2. However, it works fine using wxPy 2.4.0.7.
- The exe version has been build with a home-brewed wxPython version, wxPython 2.4.1.2
  + a modified 'stc' from 2.4.0.7.
- psi uses the old (classic?) style, from wxPython.wx import * instead of import wx.
- psi and Linux. Psi has been developed under and for windows. I never tested it under a
  Linux platform. The stc in psi used a crlf as eol mark to achieve a smoothed
  cut/copy/paste between win applications. (Should I drop this and use \n ?)

Have fun.
Jean-Michel Fauth, Switzerland