Is it possible to add PyQt4/PySide packages on a Virtualenv sandbox?

后端 未结 13 1949
失恋的感觉
失恋的感觉 2020-11-28 20:16

I\'m using Virtualenv with profit on my development environment with web.py, simplejson and other web oriented packages.
I\'m going to develop

13条回答
  •  迷失自我
    2020-11-28 20:39

    What worked for me was copying /PyQt4/ and sip.x86_64-linux-gnu.so from /usr/lib/python2.7/dist-packages to /lib/python2.7/site-packages and changing the ownership permissions on these copied files (since the copies were owned by root).

提交回复
热议问题