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. Problem running pyside2 example in Linux

Problem running pyside2 example in Linux

Scheduled Pinned Locked Moved Unsolved Language Bindings
2 Posts 2 Posters 813 Views
  • 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.
  • V Offline
    V Offline
    vyau
    wrote on last edited by
    #1

    I followed this llink: https://wiki.qt.io/Qt_for_Python/GettingStarted/X11
    and got pyside2 built.

    When I tried to run example from the pyside2:

    python examples/widgets/widgets/tetrix.py
    

    I got the following error:

    ImportError: /usr/local/lib/python3.5/dist-packages/PySide2/libpyside2.cpython-35m-x86_64-linux-gnu.so.5.11: symbol qt_version_tag, version Qt_5.11 not defined in file libQt5Core.so.5 with link time reference

    what can I do to fix this?

    1 Reply Last reply
    0
    • CristianMaureiraC Offline
      CristianMaureiraC Offline
      CristianMaureira
      wrote on last edited by
      #2

      Hello,
      do you have some logs related to the build process?
      It seems to me that there is a mismatch between Qt and PySide2 versions.

      Which version of Qt did you use?
      and which branch of PySide2?

      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