I hope this is the correct place to ask for help installing PyQt.<br><br>I have been trying to install PyQt on Snow Leopard on my MacBook Pro with little success. I have been following the guide <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/pyqt4ref.html#configuring-sip-and-pyqt-for-macos-10-6-snow-leopard">http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/pyqt4ref.html#configuring-sip-and-pyqt-for-macos-10-6-snow-leopard</a>. I installed SIP from source using the --arch i386 option. I installed QT4 from a .dmg downloaded from <a href="http://qt.nokia.com/products">http://qt.nokia.com/products</a>. And then I attempted to install PyQt from source using the --use-arch=i386 option. The configure and make steps both exit with no errors but sudo make install exits with the following error:<br>
<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">g++ -headerpad_max_install_names -arch i386 -single_module -dynamiclib -o libpythonplugin.dylib pluginloader.o moc_pluginloader.o  -F/Library/Frameworks -L/Library/Frameworks -framework Python -framework QtDesigner -framework QtScript -framework QtXml -framework QtGui -framework Carbon -framework AppKit -framework QtCore -lz -lm -framework ApplicationServices <br>
ld: warning: in /Library/Frameworks/Python.framework/Python, file is not of required architecture<br>Undefined symbols:<br>  &quot;_Py_Initialize&quot;, referenced from:<br>      PyCustomWidgets::PyCustomWidgets(QObject*)in pluginloader.o<br>
  &quot;_PyLong_AsVoidPtr&quot;, referenced from:<br>      PyCustomWidgets::PyCustomWidgets(QObject*)in pluginloader.o<br>  &quot;_PyErr_Print&quot;, referenced from:<br>      PyCustomWidgets::getModuleAttr(char const*, char const*)in pluginloader.o<br>
      PyCustomWidgets::getModuleAttr(char const*, char const*)in pluginloader.o<br>      PyCustomWidgets::PyCustomWidgets(QObject*)in pluginloader.o<br>      PyCustomWidgets::PyCustomWidgets(QObject*)in pluginloader.o<br>
      PyCustomWidgets::PyCustomWidgets(QObject*)in pluginloader.o<br>  &quot;_PyString_FromString&quot;, referenced from:<br>      PyCustomWidgets::PyCustomWidgets(QObject*)in pluginloader.o<br>  &quot;_PyType_IsSubtype&quot;, referenced from:<br>
      PyCustomWidgets::PyCustomWidgets(QObject*)in pluginloader.o<br>      PyCustomWidgets::PyCustomWidgets(QObject*)in pluginloader.o<br>  &quot;_PyModule_GetDict&quot;, referenced from:<br>      PyCustomWidgets::PyCustomWidgets(QObject*)in pluginloader.o<br>
  &quot;_PyObject_CallObject&quot;, referenced from:<br>      PyCustomWidgets::PyCustomWidgets(QObject*)in pluginloader.o<br>  &quot;_PyObject_CallFunctionObjArgs&quot;, referenced from:<br>      PyCustomWidgets::PyCustomWidgets(QObject*)in pluginloader.o<br>
  &quot;_PyList_Append&quot;, referenced from:<br>      PyCustomWidgets::PyCustomWidgets(QObject*)in pluginloader.o<br>  &quot;_PyType_Type&quot;, referenced from:<br>      _PyType_Type$non_lazy_ptr in pluginloader.o<br>  &quot;_Py_IsInitialized&quot;, referenced from:<br>
      PyCustomWidgets::PyCustomWidgets(QObject*)in pluginloader.o<br>  &quot;_PyDict_Next&quot;, referenced from:<br>      PyCustomWidgets::PyCustomWidgets(QObject*)in pluginloader.o<br>  &quot;_PyImport_ImportModule&quot;, referenced from:<br>
      PyCustomWidgets::getModuleAttr(char const*, char const*)in pluginloader.o<br>      PyCustomWidgets::PyCustomWidgets(QObject*)in pluginloader.o<br>  &quot;_PyObject_GetAttrString&quot;, referenced from:<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[1]: *** [libpythonplugin.dylib] Error 1<br>make: *** [install] Error 2<br></blockquote><div><br><br>I currently have Python 2.5.2 installed. I am currently downloading version 2.6.4 and try again. If there is any more info needed, please ask.  Any help would be greatly appreciated. Thank you.<br>
<br>-Jason<br> </div><div style="margin-left: 40px;"><br> <br></div>