]>
Commit | Line | Data |
---|---|---|
1e4a197e RD |
1 | ===================================== |
2 | PyCrust - The Flakiest Python Shell | |
3 | ===================================== | |
4 | ||
5e080143 | 5 | Half-baked by Patrick K. O'Brien (pobrien@orbtech.com) |
1918b6f7 | 6 | |
1e4a197e RD |
7 | Orbtech - "Your source for Python programming expertise." |
8 | Sample all our half-baked Python goods at www.orbtech.com. | |
9 | ||
5e080143 RD |
10 | |
11 | What is PyCrust? | |
12 | ---------------- | |
1e4a197e | 13 | |
fea018f8 RD |
14 | PyCrust is an interactive Python environment written in Python. |
15 | PyCrust components can run standalone or be integrated into other | |
16 | development environments and/or other Python applications. | |
5e080143 | 17 | |
1e4a197e RD |
18 | PyCrust comes with an interactive Python shell (PyShell), an |
19 | interactive namespace/object tree control (PyFilling) and an | |
fea018f8 | 20 | integrated, split-window combination of the two (PyCrust). |
5e080143 RD |
21 | |
22 | ||
fea018f8 RD |
23 | What is PyCrust good for? |
24 | ------------------------- | |
1e4a197e RD |
25 | |
26 | Have you ever tried to bake a pie without one? Well, you shouldn't | |
27 | build a Python program without a PyCrust either. | |
fea018f8 | 28 | |
5e080143 | 29 | |
fea018f8 RD |
30 | What else do I need to use PyCrust? |
31 | ----------------------------------- | |
1e4a197e RD |
32 | |
33 | PyCrust requires Python 2.1.3 or later, and wxPython 2.4 or later. | |
fea018f8 | 34 | PyCrust uses wxPython and the Scintilla wrapper (wxStyledTextCtrl). |
1e4a197e RD |
35 | Python is available at http://www.python.org/. wxPython is available |
36 | at http://www.wxpython.org/. | |
fea018f8 RD |
37 | |
38 | ||
31fa8294 RD |
39 | Where can I get the latest version of PyCrust? |
40 | ---------------------------------------------- | |
1e4a197e RD |
41 | |
42 | The latest production version ships with wxPython. The latest | |
43 | developer version is available in CVS at: | |
31fa8294 RD |
44 | http://sourceforge.net/cvs/?group_id=31263 |
45 | ||
46 | ||
fea018f8 RD |
47 | Where is the PyCrust project hosted? |
48 | ------------------------------------ | |
1e4a197e | 49 | |
fea018f8 | 50 | At SourceForge, of course. The SourceForge summary page: |
5e080143 RD |
51 | http://sourceforge.net/projects/pycrust/ |
52 | ||
fea018f8 | 53 | |
fea018f8 RD |
54 | I found a bug in PyCrust, what do I do with it? |
55 | ----------------------------------------------- | |
1e4a197e | 56 | |
31fa8294 | 57 | You can send it to me at pobrien@orbtech.com. |
5e080143 | 58 | |
fea018f8 RD |
59 | |
60 | I want a new feature added to PyCrust. Will you do it? | |
61 | ------------------------------------------------------ | |
1e4a197e RD |
62 | |
63 | Flattery and money will get you anything. Short of that, you can send | |
64 | me a request and I'll see what I can do. | |
31fa8294 RD |
65 | |
66 | ||
67 | Does PyCrust have a mailing list full of wonderful people? | |
68 | ---------------------------------------------------------- | |
1e4a197e | 69 | |
31fa8294 RD |
70 | As a matter of fact, we do. Join the PyCrust mailing lists at: |
71 | http://sourceforge.net/mail/?group_id=31263 | |
5e080143 RD |
72 | |
73 | ||
74 | What is the CVS information for this README file? | |
75 | ------------------------------------------------- | |
1e4a197e | 76 | |
5e080143 RD |
77 | $Date$ |
78 | $Revision$ | |
79 | $Id$ |