Skip to main content

Questions tagged [pyqt]

The tag has no usage guidance.

0 votes
1 answer
2k views

Errors in Anaconda after pip install pyqt5 (or conda update spyder)

In short, I can't open spyder and all the packages (as viewed in Environments) begin with 100. Trying to open spyder throws the following error: Traceback (most recent call last): File "C:\Users\...
Kelsey Wiebe's user avatar
0 votes
2 answers
5k views

WIN 10: Python directory is wrong?

I'm not sure how to phrase my problem, and have tried to find similar problems online, but I could not (Perhaps with better phrasing I could, so I am sorry if this is a duplicated question!) Anyhow, ...
Mozza's user avatar
  • 1
11 votes
4 answers
38k views

qtpy.PythonQtError: No Qt bindings could be found

I had anaconda running on my machine. few days ago i had to update some of the libraries because they were outdated. after the update, I was not able to launch anaconda-navigator or spyder anymore due ...
samhar's user avatar
  • 113
0 votes
1 answer
496 views

Create file.desktop on ubuntu for a Qt GUI Script

I have a simple GUI script written in python3 ,Qt5. in folder of project exist an icon folder that are contain icons used in app.I created a app.desktop file in "/usr/share/applications/" : [Desktop ...
mohamadreza ch's user avatar
1 vote
1 answer
2k views

Qt5 .ui to .py conversion. '"C:\Python34\python" 'is not recognized as an internal or external command

I made a small GUI interface in QT Designer (file Login.ui), that I need to convert to a .py extension. I opened up console inside the folder and typed: C:\Users\Roman\Desktop\Python>pyuic5 -x ...
Roman Mukosieiev's user avatar
1 vote
0 answers
1k views

Qt Creator - How to convert .ui file to .py file on Mac?

How do I convert my .ui files generated by Qt Creator to .py files? I used to convert the .ui files to .py files using a .bat file on Windows: @echo off for %%f in (*.ui) do ( echo %%f C:\...
Scalby Lausis's user avatar
1 vote
1 answer
3k views

Can't run my pyinstaller made .exe app with PyQt5 on Windows 10?

On Win10 64bit I installed PyQt5_5.4.1 for Python3.4.3. I need 3.4.3 for supporting XP clients and this is the last version that can be installed on XP. PyQt5 installed itself in python3.4.3 folder C:\...
Hrvoje T's user avatar
  • 1,949
1 vote
0 answers
270 views

Importing QtWidgets in Python on Windows Machine

I just installed PyQt5 in order to run an already written program, and it seemed that the installation was successful. However when I try to import just the module QtWidgets within PyQt5, I receieve ...
rmsrms1987's user avatar
-1 votes
1 answer
6k views

Cannot import module `PyQt4.QtGui`

I am using Mac OS X 10.7.5, have followed and installed the PyQt modules using the "Install homebrew" method as stated in this link but when I did a test run by typing in from PyQt4.QtGui import * I ...
yan's user avatar
  • 101
2 votes
1 answer
8k views

PyQt5 - python-3.2 : no module available + pyuic5 cannot find PyQt5.uic module

Trying to install PyQt5, the ''make install'' command ended by issuing a warning related to pyuic5 file format (see bellow) the python path is set as PYTHONPATH=/usr/lib/python3.2/site-packages/...
Emmanuel BRUNET's user avatar
1 vote
3 answers
709 views

Building / making PyQt5

I'm trying to build PyQt5 on Ubuntu 14.04; I've downloaded the tarball, unpacked, and run: python configure --sip-incdir /home/chris/sip/sip-4.15.5/siplib make Configure finishes fine (--sip-incdir ...
ChrisW's user avatar
  • 429
7 votes
3 answers
34k views

How to install PyQT4 and what are the practical differences between PyQT4 and PyQT5?

I am about to start developing using PyQT, but there seem to exist two versions. Which one should I go for? Also, I cannot seem to be able to install either, using pip install PyQt4 I get the ...
Armen Michaeli's user avatar
1 vote
2 answers
979 views

How to install git-cola in cygwin?

This might be a stupid question, however I can't get it working. I know it has been ported. I've found both the sources and the binaries. I've downloaded all the files from here and tried cygwin ...
maaartinus's user avatar
  • 3,342
1 vote
0 answers
650 views

What Should i do to get PyQt4 working on Ubuntu?

Installed python-qt4 and pyqt4-dev-tools packages on ubuntu Python 2.6.6 (r266:84292, Sep 15 2010, 15:52:39) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more ...
san8055's user avatar
  • 123
3 votes
4 answers
4k views

How to install PyQt on Mac OS X 10.6

I want to install PyQt. This seems kind of complicated to install on OS X. I haven't found any precompiled packages of it (are there any? I would really prefer those). So I downloaded PyQt. And SIP, ...
Albert's user avatar
  • 6,701