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.QtOpenGL not found
Forum Updated to NodeBB v4.3 + New Features

PySide.QtOpenGL not found

Scheduled Pinned Locked Moved Language Bindings
1 Posts 1 Posters 1.8k 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.
  • K Offline
    K Offline
    kevinbrown
    wrote on last edited by
    #1

    Greeting everyone,

    I hope someone can help. I've installed PySide but I'm unable to find the PySide.QtOpenGL module. I'm using Linux Mint 17 and below is the sequence of things I've installed (and the installation methods):

    @apt-get install python-dev python-qt4 libqt4-dev
    apt-get install cmake
    apt-get install freeglut3 freeglut3-dev
    pip install PySide
    pip install PyOpenGL@

    The script that I'm trying to run fails with the below error:
    @from line 18, in <module>
    from Pyside.QtOpenGL import *
    ImportError: No module named QtOpenGL@

    Thinking that I screwed up the order, I tried this:

    @pip install PyOpenGL
    pip install PySide@

    then this:

    @apt-get install python-opengl
    pip install PySide@
    but nothing works.

    PySide.version 1.2.2
    PySide.QtCore.version 4.8.6

    Any insight would be greatly appreciated.

    Thanks in advance!
    Kevin

    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