[PyQt] make error in PyQt-mac-gpl-4.8.5/designer

David Cortesi davecortesi at gmail.com
Fri Sep 9 00:30:49 BST 2011


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20110908/a26c769e/attachment.html>


More information about the PyQt mailing list