Name Last Update
..
tests Loading commit data...
CHANGES.txt Loading commit data...
Py.ico Loading commit data...
PyAlaCarte.py Loading commit data...
PyAlaMode.py Loading commit data...
PyAlaModeTest.py Loading commit data...
PyCrust.ico Loading commit data...
PyCrust.py Loading commit data...
PyCrust_16.png Loading commit data...
PyCrust_32.png Loading commit data...
PyFilling.py Loading commit data...
PyShell.py Loading commit data...
PySlices.ico Loading commit data...
PySlices.py Loading commit data...
PySlicesShell.py Loading commit data...
PySlices_16.png Loading commit data...
PySlices_32.png Loading commit data...
PyWrap.py Loading commit data...
README.txt Loading commit data...
__init__.py Loading commit data...
buffer.py Loading commit data...
crust.py Loading commit data...
crustslices.py Loading commit data...
dispatcher.py Loading commit data...
document.py Loading commit data...
editor.py Loading commit data...
editwindow.py Loading commit data...
filling.py Loading commit data...
frame.py Loading commit data...
images.py Loading commit data...
interpreter.py Loading commit data...
introspect.py Loading commit data...
magic.py Loading commit data...
parse.py Loading commit data...
path.py Loading commit data...
pseudo.py Loading commit data...
shell.py Loading commit data...
sliceshell.py Loading commit data...
version.py Loading commit data...

README.txt

=====================================
PyCrust - The Flakiest Python Shell
=====================================

Half-baked by Patrick K. O'Brien (pobrien@orbtech.com)

Orbtech - "Your source for Python programming expertise."
Sample all our half-baked Python goods at www.orbtech.com.

What is PyCrust?
----------------

PyCrust is an interactive Python environment written in Python.
PyCrust components can run standalone or be integrated into other
development environments and/or other Python applications.

PyCrust comes with an interactive Python shell (PyShell), an
interactive namespace/object tree control (PyFilling) and an
integrated, split-window combination of the two (PyCrust).

What is PyCrust good for?
-------------------------

Have you ever tried to bake a pie without one? Well, you shouldn't
build a Python program without a PyCrust either.

What else do I need to use PyCrust?
-----------------------------------

PyCrust requires Python 2.2 or later, and wxPython 2.4 or later.
PyCrust uses wxPython and the Scintilla wrapper (wxStyledTextCtrl).
Python is available at http://www.python.org/. wxPython is available
at http://www.wxpython.org/.

Where can I get the latest version of PyCrust?
----------------------------------------------

The latest production version ships with wxPython. The latest
developer version is available in the wxWindows CVS at:
http://cvs.wxwindows.org/viewcvs.cgi/

Where is the PyCrust project hosted?
------------------------------------

The old answer was "At SourceForge, of course." The SourceForge
summary page is still available at:
http://sourceforge.net/projects/pycrust/

The new answer is that there is no longer a need for a separate
project. Simply install wxPython and you'll have everything you need.

I found a bug in PyCrust, what do I do with it?
-----------------------------------------------

You can send it to me at pobrien@orbtech.com.

I want a new feature added to PyCrust. Will you do it?
------------------------------------------------------

Flattery and money will get you anything. Short of that, you can send
me a request and I'll see what I can do.

Does PyCrust have a mailing list full of wonderful people?
----------------------------------------------------------

As a matter of fact, we do. Join the PyCrust mailing lists at:
http://sourceforge.net/mail/?group_id=31263

What is the CVS information for this README file?
-------------------------------------------------

$Date$
$Revision$
$Id$