I had previously installed PyQt4 (4.7.2) without difficulty but trying to update to 4.8.5 a make error occurs, specifically while making the subdirectory "designer" - the error is around a bunch of missing names at ld time. Any suggestions appreciated..<br>
<br>Here is an edited display of the error:<br><br>ld: warning: in /Library/Frameworks/Python.framework/Python, missing required architecture x86_64 in file<br>Undefined symbols:<br> "_Py_Initialize", referenced from:<br>
PyCustomWidgets::PyCustomWidgets(QObject*)in pluginloader.o<br> "_PyLong_AsVoidPtr", referenced from:<br> PyCustomWidgets::PyCustomWidgets(QObject*)in pluginloader.o<br> "_PyErr_Print", referenced from:<br>
PyCustomWidgets::getModuleAttr(char const*, char const*)in pluginloader.o<br> <snip><br> PyCustomWidgets::getModuleAttr(char const*, char const*)in pluginloader.o<br>ld: symbol(s) not found<br>
collect2: ld returned 1 exit status<br>make: *** [libpythonplugin.dylib] Error 1<br><br>