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

Here is an edited display of the error:

ld: warning: in /Library/Frameworks/Python.framework/Python, missing
required architecture x86_64 in file
Undefined symbols:
  "_Py_Initialize", referenced from:
      PyCustomWidgets::PyCustomWidgets(QObject*)in pluginloader.o
  "_PyLong_AsVoidPtr", referenced from:
      PyCustomWidgets::PyCustomWidgets(QObject*)in pluginloader.o
  "_PyErr_Print", referenced from:
      PyCustomWidgets::getModuleAttr(char const*, char const*)in
pluginloader.o
                  <snip>
      PyCustomWidgets::getModuleAttr(char const*, char const*)in
pluginloader.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [libpythonplugin.dylib] Error 1
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to