Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Language Bindings
  4. PySide: 'QtGui.framework Library not Loaded'
Forum Updated to NodeBB v4.3 + New Features

PySide: 'QtGui.framework Library not Loaded'

Scheduled Pinned Locked Moved Language Bindings
1 Posts 1 Posters 2.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    antarctica
    wrote on last edited by
    #1

    Trying to get PySide up and running

    First program (From tutorial)

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

    I don't understand why is accept the 'import PySide' command but not the 'from PySide import QtGui' command...

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved