[PyQt] A little trouble developing a conda recipe for PyQt5

Darren Dale dsdale24 at gmail.com
Thu Aug 14 12:23:42 BST 2014


Just to follow up, the issue is that on mac, Qmake produces binaries that
do not include the path information for the Qt libraries to which it was
linked. This is not usually a problem, since the libraries are usually
installed in a location on the default library search path, or the qt mac
deployment tool takes care of bundling things up properly for distribution.
But it can occasionally be a problem, and a bug report is here:
https://bugreports.qt-project.org/browse/QTBUG-31814


On Thu, Aug 7, 2014 at 4:33 PM, Darren Dale <dsdale24 at gmail.com> wrote:

> I tried setting DYLD_LIBRARY_PATH, but that broke xcodebuild, which is
> apparently required by qmake. However, I did find a workaround, setting
> DYLD_FALLBACK_LIBRARY_PATH, which allowed the PyQt5 configuration step to
> find the Qt5 libraries without breaking xcodebuild. I've got a working
> conda package for PyQt5 now. Although if anyone has suggestions for a
> better solution, I'd love to hear it.
>
> Darren
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140814/917ed463/attachment.html>


More information about the PyQt mailing list