python - Where is pyside-uic? -



python - Where is pyside-uic? -

i'm trying utilize qt designer , pyside-uic mydesign.ui > design.py

however, programme doesn't exist. looked in site packages under python 2.7, , see: pyside-lupdate.exe pyside-rcc.exe

and bunch of other programs, there no such thing pyside-uic.exe ... why ?? why missing installation package? it?

you should see /python27/scripts/pyside-uic.exe. i'm wondering why it's not visible (not executable). maybe it's packaging problem (permissions, etc). seek phone call using finish path.

python qt pyside

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -