[PyKDE] distutils setup script for [Virus checked]

Thomas Malik Thomas_Malik%LGBANK at lbbw.de
Wed Jun 27 15:07:32 BST 2001




Hi, thanks for the interest.
Ok, i've splitted the setup scripts in two parts, mainly because most of
the
stuff is the same for PyQt and PyKDE. The configurable options are in the
first file, sip_setup.py, which also contains two class defs, extensions to
the distutils build_ext Extension classes.
Just drop these files into the PyQt/PyKDE source directories, modify the
paths in sip_setup.py and run

python setup.py build
python setup.py install

(or python setup.py --help or python setup.py --help-commands, for that
matter)

Later, i'll modify these so you can set the directories in setup.cfg (not
needing to edit a python source file).

Sorry that i have to send these as an
attached info-zip file, but our email policy doesn't allow me anything else
-
hopefully these will make it through.

BTW, Phil, I've found it useful to have the PyQt version number stored in
the
PyQt module. For this reason, i've appended

char *version;

%C++Code
char *version="2.4";
%End

to qglobal.sip. Would you agree to this ?



  --

Thomas Malik
Landesbank Baden-Wuerttemberg (Stuttgart, Germany)
Abt. 2340 Tel. (+49 711) 124-7049
Thomas_Malik%lgbank at lbbw.de

(See attached file: pyqtsetup.zip)

______________________________________________________________________

--------------------------------------------------------------------------------------------
Bitte beachten Sie, dass der Inhalt dieser E-Mail einschließlich eventuell
angehängter Dokumente vertraulich ist. Falls Sie nicht der angegebene
Empfänger sind oder falls diese E-Mail irrtümlich an Sie adressiert wurde,
dürfen Sie die E-Mail und eventuell angehängte Dokumente weder öffnen,
lesen, kopieren, verbreiten noch ihren Inhalt in irgendeiner Weise nutzen.
Bitte verständigen Sie den Absender sofort und löschen Sie Die E-Mail
sodann.

Die Sicherheit von Übermittlungen per E-Mail kann nicht garantiert werden.
Per E-Mail übermittelte Informationen können abgefangen oder geändert
werden, verloren gehen oder zerstört werden, verspätet oder unvollständig
ankommen, oder Viren enthalten. Der Absender übernimmt daher keine Gewähr
für Irrtümer oder Auslassungen jeder Art im Inhalt sowie sonstige Risiken,
die auf die Übermittlung per E-Mail zurückzuführen sind. Falls Sie eine
Bestätigung wünschen, fordern Sie bitte den Inhalt der E-Mail als Hardcopy
an.


This e-mail and any attached files are confidential. If you are not the
named addressee or if this transmission has been addressed to you in error,
any disclosure, reproduction, copying, distrubtion, or other dissemination
or use of this communication is prohibited. If you have received this
transmission in error please notify the sender immediately and then delete
this e-mail.

E-mail transmission cannot be guaranteed to be secure or free from error as
information could be intercepted, corrupted, lost, destroyed, arrive late
or incomplete, or contain viruses. The sender therefore does not accept
liability for any errors or omissions in the contents of this message or
any other of such risks which arise as a result of e-mail transmission. If
verification is required, please request a hard copy version.
---------------------------------------------------------------------------------------------



More information about the PyQt mailing list