1 PyCrust - The Flakiest Python Shell
2 Half-baked by Patrick K. O'Brien (pobrien@orbtech.com)
3 ======================================================
7 PyCrust is an interactive Python environment written in Python.
8 PyCrust components can run standalone or be integrated into other
9 development environments and/or other Python applications.
11 PyCrust comes with an interactive Python shell (PyShell), an
12 interactive namespace/object tree control (PyFilling) and an
13 integrated, split-window combination of the two (PyCrust).
16 What is PyCrust good for?
17 -------------------------
18 Have you ever tried to bake a pie without one? Well, you
19 shouldn't build a Python program without a PyCrust either.
22 Where can I get the latest release of PyCrust?
23 ------------------------------------------------------------
24 The latest PyCrust releases are available at:
25 http://sourceforge.net/project/showfiles.php?group_id=31263
28 What else do I need to use PyCrust?
29 -----------------------------------
30 PyCrust requires Python 2.1 or later, and wxPython 2.3.1 or later.
31 PyCrust uses wxPython and the Scintilla wrapper (wxStyledTextCtrl).
32 Python is available at http://www.python.org/.
33 wxPython is available at http://www.wxpython.org/.
36 Where is the PyCrust project hosted?
37 ------------------------------------
38 At SourceForge, of course. The SourceForge summary page:
39 http://sourceforge.net/projects/pycrust/
42 Does PyCrust have a mailing list full of wonderful people?
43 ----------------------------------------------------------
44 As a matter of fact, we do. Join the PyCrust mailing lists at:
45 http://sourceforge.net/mail/?group_id=31263
48 I found a bug in PyCrust, what do I do with it?
49 -----------------------------------------------
50 You can send it to me at pobrien@orbtech.com, or, preferably,
51 submit a bug report on our bug tracker at SourceForge:
52 http://sourceforge.net/tracker/?group_id=31263
55 I want a new feature added to PyCrust. Will you do it?
56 ------------------------------------------------------
57 Flattery and money will get you anything. Short of that, you
58 can try posting a request on our feature tracker at SourceForge:
59 http://sourceforge.net/tracker/?group_id=31263
62 What is the CVS information for this README file?
63 -------------------------------------------------