Issue
I'm trying to use Qt Designer and pyside-uic mydesign.ui > design.py
however, this program doesn't exist. I looked in site packages under python 2.7, and I see: pyside-lupdate.exe pyside-rcc.exe
and a bunch of other programs, but there is no such thing as pyside-uic.exe ... why ?? Why is it missing from the installation package? Where do I get it?
Solution
You should see a /Python27/Scripts/pyside-uic.exe. But I'm wondering why it's not visible (not executable). Maybe it's a packaging problem (permissions, etc). You could try to call it using the complete path.
Answered By - Luck
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.