[PyKDE] Patch for build.py, take 2

Jim Bublitz jbublitz at nwinternet.com
Fri Aug 23 17:31:13 BST 2002


On 23-Aug-02 Ricardo Javier Cardenes Medina wrote:
 
> I forgot to modify the build.py to include the libsip*/libqt*
> directory at linking path... and then realized that the script
> had yet a way to set that piece of info (option -s) so, please
> discard the previous patch. This should be enough:
 
> --- build.py    2002-08-21 19:08:38.000000000 +0100
> +++ build.py.new        2002-08-23 13:00:29.000000000 +0100
> @@ -598,7 +598,7 @@
> 
> 
>  def checkThreading ():
> -        qtmodlib = modDir + '/libqtcmodule.so'
> +        qtmodlib = sipModuleDir + '/libqtcmodule.so'
>          os.system ('ldd ' + qtmodlib + ' > lddtmp')
>          f = open ('lddtmp', 'r')
>          buff = f.read ()
> 
> I'm trying this right now...

I haven't looked at -s yet, but thought that would be the place to
start. There probably should be a switch for specifying the read
directory and another for the write (install) directory for the
greatest flexibility. That has some potential confusion attached
though - I'll have to think about it a little.


Jim




More information about the PyQt mailing list