A
A
aleksey_vol2015-07-28 22:53:53
Python
aleksey_vol, 2015-07-28 22:53:53

Help with PyQt?

There is python 3.4 and Pyqt4.
I created a form in qt designer, but when I try to convert xml format (.ui) to Python (.py) using pyuic, it gives an error that it is not a win32 application. I've watched a lot of tutorials. And all the same.
What is the problem?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
TriKrista, 2015-07-29
@TriKrista

The first link on Google says that here, most likely, the python 3.4 and Pyqt4 libraries have different bits (32/64).

M
Mikhail, 2015-09-17
@mFoxRU

Alternatively, you can not convert, but use PyQt4.uic.loadUi('form.ui') to dynamically load the form

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question