89c876de1c
there is no DISPLAY available or other initializaion problem. wx.GetKeyState now has an implementation for wxGTK and is able to detect the up/down or toggle state of modifier and toggle keys. The LC_NUMERIC locale is now reset back to "C" (compatibility) when running on wxGTK to work around the fact that GTK requires the locale to be set to the system settings but Python depends on LC_NUMERIC remaining compatible with "C". git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 |
||
---|---|---|
.. | ||
bin | ||
screenshots | ||
xml | ||
.cvsignore | ||
BUILD.html | ||
BUILD.txt | ||
CHANGES.html | ||
CHANGES.txt | ||
default.css | ||
docutils.conf | ||
INSTALL.html | ||
INSTALL.txt | ||
MigrationGuide.html | ||
MigrationGuide.txt | ||
PyManual.html | ||
PyManual.txt | ||
README.html | ||
README.txt | ||
wxPackage.html | ||
wxPackage.txt | ||
wxPython-epydoc.css | ||
wxPythonManual.html | ||
wxPythonManual.txt |
wxPython README --------------- Welcome to the wonderful world of wxPython! So where do you go from here? The best thing to do is to run the demo and use its source code to help you learn how to use wxPython. Most of the classes available are demonstrated there, and you can view the sources directly in the demo so it is designed to help you learn. If you are on Windows or OS X then you can run the demo just by double clicking it's icon. If you are on Linux/Unix then change to the directory containing the demo and type: python demo.py There are also some sample mini applications available for you to run and to play with as a learning exercise. The next thing you should do is join the wxPython-users maillist where you can interact with a community of other users and developers who are willing to help you learn, answer questions and solve problems. To join the mail list just go to this web page and follow the instructions there: http://wxpython.org/maillist.php There is also a good set of class reference documentation available for wxPython, but currently it is geared for the C++ user. This may be a little daunting at first, but with a little practice you'll easily be able to "mentally translate" from the C++ shown into Python. (See http://wiki.wxpython.org/index.cgi/C_2b_2bGuideForwxPythoneers for a little help on this process.) Not all classes documented are available in Python, but most of the GUI related classes are. Other Info ---------- Please also see the following files: docs/CHANGES.txt Information about new features, fixes, etc. in each release. docs/BUILD.txt Instructions for building wxPython on various Unix-like platforms, OS X or Windows. docs/MigrationGuide.txt Information about some big changes from 2.4 to 2.5 that require changes to your applications licence/* Text of the wxWidgets license. -- Robin Dunn robin@alldunn.com