fredrikaverpil / pyside2-wheels

Unofficial PySide2 wheel building with Travis CI and AppVeyor
41 stars 6 forks source link

News: A more complete PySide2 for CentOS 6 build exists in the Qt.py project #80

Closed fredrikaverpil closed 6 years ago

fredrikaverpil commented 7 years ago

Hello everyone,

I just wanted to give a heads up on that I've set up a more complete PySide2 build (not a wheel) for CentOS 6 here and this can be pulled like so: docker pull fredrikaverpil/qt.py:2017 or run directly like so:

$ docker run --rm --interactive --tty --entrypoint=bash fredrikaverpil/qt.py:2017

# Now run either python2.7, python3.4
$ python3.4
Python 3.4.5 (default, Aug 15 2017, 05:21:39) 
[GCC 4.8.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from PySide2 import QtWidgets
>>> 

A table of built/installed software: https://github.com/mottosso/Qt.py/blob/master/DOCKER.md

PySide2 built in CentOS 7 is happening here.

Once that's done, I'll return to this project and address some of the issues here.

fredrikaverpil commented 7 years ago

So the CentOS 6 build is building PySide2 as it were in 2016. The CentOS 7 build aims to build PySide2 as soon as this feature is implemented.

The lessons learned from these builds will be carried over onto this project.