wxWidgets/wxPython/wx/py
2005-03-25 20:34:52 +00:00
..
tests Fix test broken by change in package name from PyCrust to py. 2004-02-13 02:52:06 +00:00
__init__.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
buffer.py The truth is out there. 2004-02-13 02:47:59 +00:00
CHANGES.txt Changed default shell.autoCompleteAutoHide to False. 2004-03-15 02:30:07 +00:00
crust.py Show PlatformInfo in the About box too. 2004-10-15 20:31:23 +00:00
dispatcher.py The truth is out there. 2004-02-13 02:47:59 +00:00
document.py The truth is out there. 2004-02-13 02:47:59 +00:00
editor.py clip notebook children to help reduce flicker 2004-06-14 20:17:31 +00:00
editwindow.py tweak line number size just a bit 2004-03-26 19:26:34 +00:00
filling.py The truth is out there. 2004-02-13 02:47:59 +00:00
frame.py The UseAntiAliasing is off by default on wxMac. Add a menu item to 2004-02-23 22:36:24 +00:00
images.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
interpreter.py Be a little smarter about converting unicode command-lines to string objects. 2005-03-25 20:34:52 +00:00
introspect.py Be a little smarter about converting unicode command-lines to string objects. 2005-03-25 20:34:52 +00:00
pseudo.py The truth is out there. 2004-02-13 02:47:59 +00:00
Py.ico Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
PyAlaCarte.py Eliminate relative imports and make them more py2exe friendly. 2004-03-15 13:42:37 +00:00
PyAlaMode.py Eliminate relative imports and make them more py2exe friendly. 2004-03-15 13:42:37 +00:00
PyAlaModeTest.py Eliminate relative imports and make them more py2exe friendly. 2004-03-15 13:42:37 +00:00
PyCrust_16.png Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
PyCrust_32.png Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
PyCrust.ico Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
PyCrust.py Eliminate relative imports and make them more py2exe friendly. 2004-03-15 13:42:37 +00:00
PyFilling.py The truth is out there. 2004-02-13 02:47:59 +00:00
PyShell.py Eliminate relative imports and make them more py2exe friendly. 2004-03-15 13:42:37 +00:00
PyWrap.py Eliminate relative imports and make them more py2exe friendly. 2004-03-15 13:42:37 +00:00
README.txt Minor cleanup for 2.5. Upped version to 0.9.4. Removed use of decorators. 2004-01-25 23:37:41 +00:00
shell.py Show PlatformInfo in the About box too. 2004-10-15 20:31:23 +00:00
version.py Minor cleanup for 2.5. Upped version to 0.9.4. Removed use of decorators. 2004-01-25 23:37:41 +00:00

=====================================
 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$