My first Python error creating an error

I tried the following link to write my first Python GUI application:

Setting up an IDE and creating a cross-platform Qt Python GUI application

I set up the settings exactly as shown in the screenshots, and just pasted this example listed there, but it gives an error. It cannot find QtGui in the PyQt4 folder. The only difference is that I am using Aptana Studio 3 Beta with the PyDev plugin instead of Eclipse.

A screenshot of my development environment is here: alt text

+3
source share
1 answer

PyQt4 Windows, DLL. C:\Python27\Lib\site-packages\PyQt4\bin PyQt (C:\Python27\Lib\site-packages\PyQt4), "dll not found", .

+4

Source: https://habr.com/ru/post/1784163/


All Articles