[PyKDE] 64-bit issue in PyKDE's configure.py (patch included)
    Joachim Werner 
    joe at suse.de
       
    Fri May 28 16:01:01 BST 2004
    
    
  
Hi!
I've found a typo in the PyKDE configure.py script that causes the "-d" 
option to be ignored. See the patch.
This caused trouble with 64-bit systems. But actually I think the best 
solution would be to make sure that the configuration scripts find out 
about the correct Python paths automatically.
Currently our RPM specfile passes the result of
python -c 'import site; print site.sitedirs[0];'
as the "-d" parameter. This seems odd to me because site.sitedirs[0] 
could as well be called from inside the configuration scripts ...
Cheers
Joe
-- 
Joachim Werner
SUSE RD-TPM
-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure_fix.diff
Type: text/x-patch
Size: 275 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20040528/19210e80/configure_fix.bin
    
    
More information about the PyQt
mailing list