1 PyCrust - The Flakiest Python Shell
2 Half-baked by Patrick K. O'Brien (pobrien@orbtech.com)
3 ======================================================
8 PyCrust is is an interactive Python Shell written in Python.
9 PyCrust can be run standalone or integrated into other development
10 environments or other Python applications.
13 Where can I get the latest files and join the mailing lists?
14 ------------------------------------------------------------
16 Latest PyCrust releases:
17 http://sourceforge.net/project/showfiles.php?group_id=31263
20 http://pycrust.sourceforge.net/
22 SourceForge summary page:
23 http://sourceforge.net/projects/pycrust/
25 PyCrust Mailing lists:
26 http://sourceforge.net/mail/?group_id=31263
29 What else do I need to use PyCrust?
30 -----------------------------------
32 PyCrust requires Python 2.1 or later, and wxPython 2.3.1 or later.
33 PyCrust uses wxPython and the Scintilla wrapper class (wxStyledTextCtrl).
34 Python is available at http://www.python.org/.
35 wxPython is available at http://www.wxpython.org/.
38 What is the CVS information for this README file?
39 -------------------------------------------------