Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    PySide cannot import QtCore

    Installation and Deployment
    2
    2
    1332
    Loading More Posts
    • 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.
    • F
      farcat last edited by

      I have 2 python installations 2.7. and 3.2, i want to (can only) use the same Qt install. I have the correct versions of Pyside 1.2.1 installed in the site package folders for both py27 and py32.

      Under Py27 everythings works, but for 3.2 i get the error:

      • builtins.ImportError: DLL load failed: The specified procedure could not be found.

      on the line

      • from PySide import QtCore

      I have been reinstalling everything but python, but no luck.

      Can anyone help?

      Cheers, Lars

      oh, ps:

      windows 7, qt 4.8.5 (32bit), pyside 1.2.1 (32bit) for 2.7 and 3.2

      1 Reply Last reply Reply Quote 0
      • J
        jorxster last edited by

        Hey Lars,

        I'm no pro, but I think that PySide has to be compiled separately for the different versions of Python. I'm facing the same issue as well.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post