PythonQt icon indicating copy to clipboard operation
PythonQt copied to clipboard

PythonQt fork featuring Qt 5.x and Python 3.x support and improved CMake build system

Results 9 PythonQt issues
Sort by recently updated
recently updated
newest added

The headers are rearranged to have the Python.h header included stl or Qt (quoting from https://docs.python.org/2/c-api/intro.html) > Since Python may define some pre-processor definitions which affect the standard headers on...

Hi All, I found that there is a fix to exclude webkit with Qt5 static libraries. In my case I don't use Qt static libraries but I don't need webkit...

Hi, I'm trying to use cmake to compile python qt on osx wth qt with qt installed via homebrew: ``` /usr/local/opt/qt5/bin/qmake --version QMake version 3.0 Using Qt version 5.5.1 in...

bug

PythonQt only supports up to 5.4. 5.6 carries big changes like switching from webkit to chromium 45.

enhancement

The few upstream changes that happened since the fork should be merged (http://sourceforge.net/p/pythonqt/code/248/log/) Also, maybe the other forks (at https://github.com/commontk/PythonQt/network) have things that are worth merging

enhancement

Hello, I've compiled and built the latest PythonQT from source in VS2013 with Python 2.7.3 and QT 5.4.1. I've had to do a few things to get it to build...

question

I tried compile pythonqt with py3.4 and qt4.8 in release mode. The NIcePyConsole example crashes when starting up. Debug mode works fine. Anyone has similar experience and any fix? Thanks!

This allows PythonQt to be compiled under OS/X 10.9 and Xcode 5.1 as part of a large Qt 5.3 project. Without this change there are numerous errors like: ``` In...

Thanks for your work! I've managed to get things working with Qt 5.2 under OS/X 10.9. However QtWidgets and QtWebKitWidgets are missing. What is required to create code for them...

enhancement