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

You also need to install
http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x

To make sure Qt libs are installed check following locations
/Library/Frameworks/Qt* where all the framework / dlglbg files are located
/Library/Python/2.6/site-packages  -- python sitepackages

-Srini

On Thu, Sep 29, 2011 at 5:49 AM, João Ventura
<joaojonesvent...@gmail.com> wrote:
> Hi again,
>
> anyone has any suggestion about this problem? Maybe Markus Ullmann, the OsX
> package manager has any suggestion?!
> I don't know even where to start to fix this problem. My main OS is Ubuntu,
> as I said..
>
> Thanks again,
> João Ventura
>
>
> On 28-09-2011 14:23, Rishabh Jain wrote:
>
> 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 <joaojonesvent...@gmail.com>
> 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
> PySide@lists.pyside.org
> http://lists.pyside.org/listinfo/pyside
>
> _______________________________________________
> PySide mailing list
> PySide@lists.pyside.org
> http://lists.pyside.org/listinfo/pyside
>
>
_______________________________________________
PySide mailing list
PySide@lists.pyside.org
http://lists.pyside.org/listinfo/pyside

Reply via email to