Jason Siefken

Results 84 comments of Jason Siefken

I can confirm. The *py2qt4* branch works on my system.

@fredokun they *py2qt4* branch works with `python2` on my system, but the master branch does not work with `python3` or `python2`. I am confused why you closed the issue.

I am able to run the example here: http://zetcode.com/gui/pyqt5/firstprograms/ with both `python2` and `python3`, which makes me think `pyqt5` is installed correctly for both versions of python. Both `python2` and...

I am on linux (gentoo). Let me know if there are other tests you'd like me to run.

Python 3.4.5 Python 2.7.12

I also have `PyQt5` version `5.7.1`. I have gotten the code to run by doing the following: 1. I moved the `from . import factory` from the beginning of `controllers/documents.py`...

This appears relevant: http://pyqt.sourceforge.net/Docs/PyQt5/pyqt_qsettings.html

I made a PR #10 to address the issue.

Can you tell me a website that causes this behavior?

This problem should be fixed in the latest version. Can you verify?