1 PyCrust - The Flakiest Python Shell
2 Half-baked by Patrick K. O'Brien (pobrien@orbtech.com)
4 ==============================================================
5 * Orbtech - "Your Source For Python Development Services" *
6 * Sample all our half-baked Python goods at www.orbtech.com. *
7 ==============================================================
11 PyCrust is an interactive Python environment written in Python.
12 PyCrust components can run standalone or be integrated into other
13 development environments and/or other Python applications.
15 PyCrust comes with an interactive Python shell (PyShell), an
16 interactive namespace/object tree control (PyFilling) and an
17 integrated, split-window combination of the two (PyCrust).
20 What is PyCrust good for?
21 -------------------------
22 Have you ever tried to bake a pie without one? Well, you
23 shouldn't build a Python program without a PyCrust either.
26 Where can I get the latest release of PyCrust?
27 ----------------------------------------------
28 The latest PyCrust releases are available at:
29 http://sourceforge.net/project/showfiles.php?group_id=31263
32 What else do I need to use PyCrust?
33 -----------------------------------
34 PyCrust requires Python 2.1 or later, and wxPython 2.3.1 or later.
35 PyCrust uses wxPython and the Scintilla wrapper (wxStyledTextCtrl).
36 Python is available at http://www.python.org/.
37 wxPython is available at http://www.wxpython.org/.
40 Where is the PyCrust project hosted?
41 ------------------------------------
42 At SourceForge, of course. The SourceForge summary page:
43 http://sourceforge.net/projects/pycrust/
46 Does PyCrust have a mailing list full of wonderful people?
47 ----------------------------------------------------------
48 As a matter of fact, we do. Join the PyCrust mailing lists at:
49 http://sourceforge.net/mail/?group_id=31263
52 I found a bug in PyCrust, what do I do with it?
53 -----------------------------------------------
54 You can send it to me at pobrien@orbtech.com, or, preferably,
55 submit a bug report on our bug tracker at SourceForge:
56 http://sourceforge.net/tracker/?group_id=31263
59 I want a new feature added to PyCrust. Will you do it?
60 ------------------------------------------------------
61 Flattery and money will get you anything. Short of that, you
62 can try posting a request on our feature tracker at SourceForge:
63 http://sourceforge.net/tracker/?group_id=31263
66 What is the CVS information for this README file?
67 -------------------------------------------------