[PyQt] ANN: pyqtdeploy v1.3 Released

David Cortesi davecortesi at gmail.com
Wed Jun 15 17:05:41 BST 2016


Not to do with wheels. All to do with creating a working MacOS app from a
(Py)Qt5 program that calls on QWebEngine.

However, looking at the Pyqtdeploy about page,

>... Qt's qmake tool is used to generate a platform-specific Makefile which
will then generate a single executable. Further Qt and/or platform specific
tools can then be used to convert the executable to a platform specific
deployable package.

So it would be those "further" tools, specifically macdeployqt (
http://doc.qt.io/qt-5/osx-deployment.html) that would be required. I had
fondly hoped that pyqtdeploy had picked up that part, but understandable
that not.


> I have not been following pyqtdeploy for some time. Does it now support
> QWebEngine deployment in MacOS? (that is, does it do the complicated
> relocation of QWebEngine components into the Frameworks and Resources
> sub-folders of an app folder, with alterations of the module link paths?)
>
> What's that got to do with pyqtdeploy? That sort of stuff is related to
> creating wheels.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160615/130e8404/attachment.html>


More information about the PyQt mailing list