View Single Post
Old 10-06-2014, 02:54 AM   #1
stanking
Noob Developer
stanking ought to be getting tired of karma fortunes by now.stanking ought to be getting tired of karma fortunes by now.stanking ought to be getting tired of karma fortunes by now.stanking ought to be getting tired of karma fortunes by now.stanking ought to be getting tired of karma fortunes by now.stanking ought to be getting tired of karma fortunes by now.stanking ought to be getting tired of karma fortunes by now.stanking ought to be getting tired of karma fortunes by now.stanking ought to be getting tired of karma fortunes by now.stanking ought to be getting tired of karma fortunes by now.stanking ought to be getting tired of karma fortunes by now.
 
stanking's Avatar
 
Posts: 25
Karma: 219932
Join Date: Aug 2014
Location: Texas
Device: Amazon Fire 7
Install Problems With PyQt5 (Win64)

Anyone know the secret to installing PyQt5 on a Windows 7 64-bit system? There's not an installer for Python 2.x, and I can't get the underlying SIP source code to make, or the PyQt5 source to even configure successfully. Running make on the SIP source code fails after the 409th make command runs, with an 0xc0000142 (compatibility) error.

The reason I want this is to create and edit a dialog window in a GUI instead of coding it. I tried using the PyQt5 installer that is provided for Python 3.4. The Qt Designer app works beautifully, but when I try to convert my mydialog.ui file to mydialog.py with the provided pyuic5 console app, it fails.

Any suggestions?
stanking is offline   Reply With Quote