diff options
Diffstat (limited to 'python/README')
-rw-r--r-- | python/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/python/README b/python/README new file mode 100644 index 00000000..4ec623cb --- /dev/null +++ b/python/README @@ -0,0 +1,14 @@ +This folder once contained a Trinity-specific copy of the following projects: +SIP +PyQt +PyKDE + +As SIP and PyQt are maintained upstream, a local copy for the Trinity project is not needed. Furthermore, the copy that once resided here was outdated and did not compile with the latest flex/bison/python sources. + +SIP may be downloaded from this URL: +http://www.riverbankcomputing.co.uk/software/sip/download + +PyQt may be downloaded from this URL: +http://www.riverbankcomputing.co.uk/software/pyqt/download3 + +PyKDE has been moved to <svnroot>/libraries/python-kde3, and can be compiled against the latest SIP and PyQt sources. |