I have had the same problem on Snow Leopard, dug internet for solution for days but all in vain.
Finally when I installed Lion and installed Qt and PySide again, its working fine.

On Sep 28, 2011, at 04:03 AM, João Ventura <[email protected]> wrote:

Dear all,

i've made an app using PySide in an Ubuntu machine, and I needed to test it on other OS's. So i've installed WindowsXP and MacOsX in virtualbox, and although the Windows installation is fully functional, the MacOsX instalation is not:

The error seems to have happening before and I've searched the pyside archives month by month, but i've not found anywhere a solution for it. I've installed the latest 1.0.7 binary on Mac Os for python2.6, and using the standard MacOS python 2.6, when i try to import PySide I get the following error:

>>> import PySide
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Library/Python/2.6/site-packages/PySide/__init__.py", line 2, in <module>
    import private
  File "/Library/Python/2.6/site-packages/PySide/private.py", line 2, in <module>
    from QtCore import __moduleShutdown
ImportError: dlopen(/Library/Python/2.6/site-packages/PySide/QtCore.so, 2): Library not loaded: QtCore.framework/Versions/4/QtCore
  Referenced from: /Library/Python/2.6/site-packages/PySide/QtCore.so
  Reason: image not found

Has anyone had already this error, and knows how to solve?

PS: The installation is new, and besides the PySide binary, I've only installed a binary for having gcc available on Mac Os X.. 


Thanks,
João Ventura
_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside
_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside

Reply via email to