diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 90825e2392b2d70e43c7a25b8a3752299a933894 (patch) | |
tree | e33aa27f02b74604afbfd0ea4f1cfca8833d882a /python/README.copy | |
download | tdebindings-90825e2392b2d70e43c7a25b8a3752299a933894.tar.gz tdebindings-90825e2392b2d70e43c7a25b8a3752299a933894.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'python/README.copy')
-rw-r--r-- | python/README.copy | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/python/README.copy b/python/README.copy new file mode 100644 index 00000000..bb11f868 --- /dev/null +++ b/python/README.copy @@ -0,0 +1,29 @@ +This directory holds a copy of: + +* SIP 4.2.1, Python binding generator for C++ from Riverbank Computing. + http://www.riverbankcomputing.co.uk/sip/index.php + Published under basically the Python License. (=GPL compatible) + +* PyQt (PyQt-x11-gpl-3.14.1), Python bindings for Qt from Riverbank Computing. + http://www.riverbankcomputing.co.uk/pyqt/index.php + Published under the GPL. + +* PyKDE snapshot 20050628, Python bindings for KDE from Riverbank Computing. + http://www.riverbankcomputing.co.uk/pykde/index.php + Published under the GPL. + +This set of software has been patched to work 'out of the box' with this +version of KDE. + +If you want QScintilla support (needed by the Eric3 Python IDE), then be +sure to install QScintilla before building these bindings. QScintilla +can be downloaded from here: + +http://www.riverbankcomputing.co.uk/qscintilla/index.php + + +All things related to development with Qt/KDE using Python can be discussed +on the PyKDE mailing list: +http://mats.imk.fraunhofer.de/mailman/listinfo/pykde + +Maintainer: Simon Edwards <simon@simonzone.com>
\ No newline at end of file |