SIP4 python bindings for TQt
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Go to file
Slávek Banko 929e8d56cb
Official Trinity Desktop Environment R14.0.4 release
il y a 8 ans
doc Official Trinity Desktop Environment R14.0.4 release il y a 8 ans
examples2 Fix examples to properly import python_tqt module il y a 8 ans
examples3 Official Trinity Desktop Environment R14.0.4 release il y a 8 ans
pylupdate3 Fix inadvertent "TQ" changes. il y a 12 ans
pyuic2 Official Trinity Desktop Environment R14.0.4 release il y a 8 ans
pyuic3 Official Trinity Desktop Environment R14.0.4 release il y a 8 ans
sip Official Trinity Desktop Environment R14.0.4 release il y a 8 ans
ChangeLog Fix inadvertent renaming. il y a 11 ans
LICENSE Fix inadvertent "TQ" changes. il y a 12 ans
NEWS Additional k => tde renaming and fixes il y a 11 ans
README Fix retquire il y a 13 ans
README.AIX Initial TQt conversion il y a 13 ans
README.SunOS Initial TQt conversion il y a 13 ans
THANKS Initial TQt conversion il y a 13 ans
build.py Fix detection of sip4-tqt module il y a 10 ans
configure.py Improve python_tqt module initialization il y a 8 ans
module-init.py Improve python_tqt module initialization il y a 8 ans
pyqtconfig.py.in Fix detection of sip4-tqt module il y a 10 ans

README

                    PyTQt - Python Bindings for the TQt Toolkit


INTRODUCTION

These are the Python bindings for TQt.  You must also have the SIP Python
bindings generator installed.

The homepage is http://www.riverbankcomputing.co.uk/pyqt/.

The homepage of SIP is http://www.riverbankcomputing.co.uk/sip/.


COMMERCIAL VERSION

If you have the Commercial version of PyTQt then you should also have a
license file that you downloaded separately.  The license file must be copied
to the "sip" directory before starting to build PyTQt.


INSTALLATION

Check for any other README files in this directory that relate to your
particular platform.  Feel free to contribute a README for your platform or to
provide updates to any existing documentation.

The first step is to configure PyTQt by running the following command.

	python configure.py

This assumes that the correct Python interpreter is on your path.  Something
like the following may be appropriate on Windows.

	c:\python23\python configure.py

If you have multiple versions of Python installed then make sure you use the
interpreter for which you wish to generate bindings for.

The configure.py script takes many options.  Use the "-h" command line option
to display a full list of the available options.

The next step is to build PyTQt using your platform's make command.

	make

The final step is to install PyTQt by running the following command.  (Depending
on your system you may require root or administrator privileges.)

	make install


THE REST OF THE DISTRIBUTION

The "examples2" and "examples3" directories contain some examples (for TQt v2.x
and TQt v3.x respectively) of Python scripts, including versions of the standard
TQt tutorials and examples.

The "doc" directory contains SGML and HTML documentation for the bindings.
This documentation includes a section describing the differences visible to
the Python programmer between this and the previous version - please read it.


Phil Thompson
phil@riverbankcomputing.co.uk