<span style="background-color:rgb(255,255,255)"><font color="#222222" face="arial, sans-serif">I am tying to compile the pyqt using the recipes from meta-oe.  The process works fine until runtime in then I am experiencing several issues.  I have tried building with both master and Danny.  In building for Danny I changed the version of Qt to the one listed in the python-pyqt4 recipe.  When building on master I changed the version of QT in the python-pyqt4 recipe to 4.8.4, the only version of QT available in Master now.   I am using the Yocto Project Poky distribution, and building for a Freescale I.MX6 saberlite development board</font></span><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">1)  Qy.py has \n at the end of each line, and python refuses to process them</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
2)  I get import errors for each module except QtCore and QtGui, like</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">/usr/lib/python2.7/site-packages/PyQt4/QtDeclarative.so: undefined symbol: _ZTI16QDeclarativeView</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
when trying to import them</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
3)  When I import QtCore  it does not contain QStrings.</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
The host computer is running Fedora 17.</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
Any ideas on where to look to get this working?</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
Thanks</div>