Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. GTkStyle undefined symbol error in third party application
Qt 6.11 is out! See what's new in the release blog

GTkStyle undefined symbol error in third party application

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 1.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.
  • B Offline
    B Offline
    bross27
    wrote on last edited by
    #1

    I'm having an issue getting PySide to work within a third party application (RV). The app should support using PySide for plugin development, as stated by the developers, but I can't seem to get PySide working. The most recent issue is when I try to import QtGui from PySide I get the error: QtGui.so: undefined symbol: _ZTI9QGtkStyle

    I'm running Ubuntu 12.04, and RV is running a custom python2.6 interpreter. I'm using the BuildScripts repository to build PySide (as recommended "here":http://qt-project.org/wiki/Building_PySide_on_Linux ) I've tried adding -DQT_NO_STYLE_GTK=1 to the build_and_install script's arguments but it doesn't seem to be picking it up.

    I know it's something in the application itself because I can open the standard python2.6 interpreter and import QtGui just fine.

    Does anyone know what stupid thing I'm missing?

    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