#	Programmer:	Daniel Pozmanter
#	E-mail:		drpython@bluebottle.com
#			Note:  You must reply to the verification e-mail to get through.
#
#	Copyright 2003-2004 Daniel Pozmanter
#
#	Distributed under the terms of the GPL (GNU Public License)
#
#    DrPython is free software; you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation; either version 2 of the License, or
#    (at your option) any later version.
#
#    This program is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with this program; if not, write to the Free Software
#    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#
#	Version 2.2.0
#
#	Requirements(Dependencies):  Install Python(Version >= 2.0), and wxPython(Corresponding version).
#
#	Tested On Windows, Linux, Mac OS X
#
#	Icons taken from "Klassic New Crisp Icons" by Asif Ali Rizwaan (therizwaan) from the KDE-LOOK site
#	(some edited a bit, some a bit more, some left to their own devices).
#	A humble and excellent artist.
#	Oh, the python icon is taken from wxPython.
#	The basic design of the program is meant to roughly (ROUGHLY) mimick DrScheme.
#	The purpose is the same, to provide a simple IDE(integrated development environment) ideal for teaching.
#	The DrPython icon itself was based on the DrScheme icon, with a slightly edited wxpython icon inserted(note yellow tongue, googly eyes).
#
#	This program could not have been written without the wonderful work of the people behind
#	python and wxPython(Robin Dunn) in particular the Styled Text Control.  Thank you.  Hopefully this tool will be of use.


Running:

	Using a linux kind of system?  Debian?  Perhaps something more
	unix-esque....FreeBSD perhaps?
	try using drpython.lin to launch drpython if drpython.pyw is giving
	you problems.

Notes:

	Folks who are using the debugger:
	
	Note the difference between step and next.
	step will dive into functions called.
	next will step over them.
	Consult the python documentation for actual details.
	
	Further notes:
	
	I built some of my own dialogs... that already existed in wxwindows.
	Strange, huh?  Actually, here is why:
	
	The focus is screwy with wxMessageDialog, so I used wxScrolledDialog
	
	wxColourDialog and wxFontDialog did not work properly on linux, so I built my own:
	drStyleDialog for font, foreground and background
	It really was better this way.  Plus, I could use a STC to preview the text.
	Nicer really.
	
Questions:

	If you have any questions/suggestions/comments, the best place to
	voice them is in the forum at the drpython project page.
	You can get there from drpython.sourceforge.net
	