PySide / Qt Import Error

后端 未结 5 1994
醉梦人生
醉梦人生 2020-12-28 16:18

I\'m trying to import PySide / Qt into Python like so and get the follow error:

from PySide import QtCore

ImportError: dlopen(/usr/local/lib/python2.7/site         


        
5条回答
  •  轮回少年
    2020-12-28 16:28

    if you watch this , you're question will be fixed: https://github.com/pyside/packaging/blob/master/setuptools/templates/pyside_postinstall.py

    pyside_postinstall.py -install

提交回复
热议问题