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
[EMAIL PROTECTED]

(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.
---------------------------------------------------------------------------------------------

Reply via email to