]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxPython/lib/PyCrust/README.txt
df1431c41ec0f0bfafc4765d1b8e847af38a5628
[wxWidgets.git] / wxPython / wxPython / lib / PyCrust / README.txt
1 PyCrust - The Flakiest Python Shell
2 Half-baked by Patrick K. O'Brien (pobrien@orbtech.com)
3 ======================================================
4
5 What is PyCrust?
6 ----------------
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.
10
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).
14
15
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.
20
21
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
26
27
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/.
34
35
36 Where is the PyCrust project hosted?
37 ------------------------------------
38 At SourceForge, of course. The SourceForge summary page:
39 http://sourceforge.net/projects/pycrust/
40
41
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
46
47
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
53
54
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
60
61
62 What is the CVS information for this README file?
63 -------------------------------------------------
64 $Date$
65 $Revision$
66 $Id$