On Mon, Apr 25, 2016 at 2:52 PM, Olivier Grisel <[email protected]> wrote: > It would be nice to have a manylinux1 wheel for PyQT with embedded QT libs.
PySide might be an easier initial target -- they almost support installing from wheels already. (You can make and post wheels, but they have a post-install script you have to manually run. Presumably whatever this does could be run from __init__.py on first import instead, at least when installing into a venv...) -n -- Nathaniel J. Smith -- https://vorpus.org _______________________________________________ Wheel-builders mailing list [email protected] https://mail.python.org/mailman/listinfo/wheel-builders
