A
A
Azamat Ramazanov2015-04-24 10:43:33
Python
Azamat Ramazanov, 2015-04-24 10:43:33

Why won't my python program run?

Error text:

Traceback (most recent call last):
  File "C:/Users/Азамат/Desktop/test.py", line 2, in <module>
    from PyQt4.QtGui import *
ImportError: DLL load failed: %1 не является приложением Win32.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
angru, 2015-04-24
@angru

Most likely you have python and pyqt assemblies for different architectures, by default x86 assembly is downloaded on the python site, and pyqt you probably have x86-64.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question