qt - pyside show.ui > showGui.py error: No module named pkg-resources (Windows 7 64 bit) -
i trying convert .ui-file .py-file , not find module named above in title. information setup (perhaps here problem?):
c:\entwicklung\python33 <== python v.3.3.0, 64 bit
c:\entwicklung\python33... <== pyside v.1.1.2, 64 bit (idle python33 can find pyside correct)
c:\entwicklung\qt\qt5.0.2 <== qt 5.0.2-mingw47_32-x86-offline, 32 bit
(i used 32 bit qt because hoped, there qt-designer included... no.. designer, way?)
with commandline cmd navigated folder c:\entwicklung\python33\scripts pyside-uic.exe placed, , put show.ui-file folder. i've ran "pyside-uic.exe show.ui -o showgui.py" , error shown in title occured!
what did wrong?
you need install distribute package. download , run distribute_setup.py [python-distribute.org/distribute_setup.py]:
python.exe distribute_setup.py
Comments
Post a Comment