1 PyCrust - The Flakiest Python Shell
2 Half-baked by Patrick K. O'Brien (pobrien@orbtech.com)
4 ==============================================================
5 * Orbtech - "Your source for Python programming expertise." *
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 What else do I need to use PyCrust?
27 -----------------------------------
28 PyCrust requires Python 2.1 or later, and wxPython 2.3.1 or later.
29 PyCrust uses wxPython and the Scintilla wrapper (wxStyledTextCtrl).
30 Python is available at http://www.python.org/.
31 wxPython is available at http://www.wxpython.org/.
34 Where can I get the latest version of PyCrust?
35 ----------------------------------------------
36 The latest production version ships with wxPython.
37 The latest developer version is available in CVS at:
38 http://sourceforge.net/cvs/?group_id=31263
41 Where is the PyCrust project hosted?
42 ------------------------------------
43 At SourceForge, of course. The SourceForge summary page:
44 http://sourceforge.net/projects/pycrust/
47 I found a bug in PyCrust, what do I do with it?
48 -----------------------------------------------
49 You can send it to me at pobrien@orbtech.com.
52 I want a new feature added to PyCrust. Will you do it?
53 ------------------------------------------------------
54 Flattery and money will get you anything. Short of that, you
55 can send me a request and I'll see what I can do.
58 Does PyCrust have a mailing list full of wonderful people?
59 ----------------------------------------------------------
60 As a matter of fact, we do. Join the PyCrust mailing lists at:
61 http://sourceforge.net/mail/?group_id=31263
64 What is the CVS information for this README file?
65 -------------------------------------------------