[PyQt] PyQt on OSX Snow Leopard notes

William Kyngesburye woklist at kyngchaos.com
Mon Sep 14 01:14:43 BST 2009


On Sep 13, 2009, at 6:18 PM, William Kyngesburye wrote:

> I was able to get it past qtdirs by adding make overrides for CXX  
> and LINK in the make command, adding arch flags (I couldn't figure  
> out how to override these from qmake), but then there were a lot  
> more config tests that failed for the same reason.
>
More progress, by adding -arch i386 to the 'build' command in  
compile_qt_program.

Now it stops at creating the makefiles:

Creating QPy support library for QtCore Makefile...
An internal error occured.  Please report all the output from the  
program,
including the following traceback, to support at riverbankcomputing.com.
Traceback (most recent call last):
   File "configure.py", line 1956, in <module>
     main()
   File "configure.py", line 1942, in main
     subdirs=pyqt.qpy_libs() + pyqt_modules + xtra_modules + pyqt.tools 
(),
   File "configure.py", line 706, in qpy_libs
     """ % (universal_config(), sipcfg.universal))
   File "configure.py", line 906, in universal_config
     for a in opts.arch.split():
AttributeError: Values instance has no attribute 'arch'


-----
William Kyngesburye <kyngchaos*at*kyngchaos*dot*com>
http://www.kyngchaos.com/

The equator is so long, it could encircle the earth completely once.



More information about the PyQt mailing list