-
I installed PyQt with Homebrew but it didn't work. Message from terminal:
- ERROR - The PyQt4 module is not available.
My system is macOS 10.14.6
-
I'm trying to run labelImgPlus under Windows using anaconda python 2.
But seems it can't save polygon markup data:
```
C:\Users\myuser\Anaconda2\python.exe labelImg.py
color map [u'0,0,0\n',…
-
```
If relevant, please answer to the following questions:
1. What version of Python(x,y) have you installed?
2.6.5.3
2. Which components have you installed (Python(x,y) installer: component
page):
…
-
## It's normal to work like this:
```python
import json
import os
import sys
...
```
## but can not complete for PyQt4:
```python
from PyQt4 import QtGui,QtCore
QtGui.(nothing happend)
``…
-
I am facing issues with PyQt while trying to auto complete pyqt modules with sublimecodeintel. Here is the log
- Event: scanning Python files in '/usr/lib/python2.7/dist-packages/PyQt4'
imports:: s…
-
If the anaconda is the latest version, you should downgrade conda,
-
On Gentoo Linux, PyQt4 is dropping the '_pykde4_' module entirely, and already dropped '_pykde4 kio_', so Vintel won't load.
Here's [a link from the Gentoo forums](https://forums.gentoo.org/viewtopic…
-
```
If relevant, please answer to the following questions:
1. What version of Python(x,y) have you installed?
2.6.5.3
2. Which components have you installed (Python(x,y) installer: component
page):
…
-
```
If relevant, please answer to the following questions:
1. What version of Python(x,y) have you installed?
2.6.5.3
2. Which components have you installed (Python(x,y) installer: component
page):
…
-
I am working with python 2.7 so i wanted to use PyQt4. But when i follow the guide
`sudo apt-get install pyqt4-dev-tools`
`sudo pip install lxml`
`make qt4py2`
`python labelImg.py`
it gives me …