Note that there are some explanatory texts on larger screens.

plurals
  1. POInstalling PySide on OSX 10.6.8
    primarykey
    data
    text
    <p>Trying to get my feet wet with PySide development but having trouble getting setup. I tried installing the <a href="http://developer.qt.nokia.com/wiki/PySide_Binaries_MacOSX" rel="nofollow">binaries 1.0.4-r1 and 1.0.5</a> but both of those produced the following message on import PySide</p> <pre><code>Traceback (most recent call last): File "&lt;stdin&gt;", line 1, in &lt;module&gt; File "/Library/Python/2.6/site-packages/PySide/__init__.py", line 2, in &lt;module&gt; import private File "/Library/Python/2.6/site-packages/PySide/private.py", line 2, in &lt;module&gt; 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 </code></pre> <p>Then I tried doing the install from the <a href="http://qt.gitorious.org/pyside/buildscripts" rel="nofollow">gitorious build scripts</a>. Using sudo ./dependencies.osx.sh. After that completed I now get the following error on import PySide.</p> <pre><code>Traceback (most recent call last): File "&lt;stdin&gt;", line 1, in &lt;module&gt; File "/Library/Python/2.6/site-packages/PySide/__init__.py", line 2, in &lt;module&gt; File "/Library/Python/2.6/site-packages/PySide/private.py", line 2, in &lt;module&gt; ImportError: No module named QtCore </code></pre> <p>Any advice is appreciated. I'm using QtCreator 2.2.1 and Qt SDK 1.1.2 / Qt Library 4.7.3. Thank you!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload