-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
With version py2app 0.22, pyzmq had the recipe that added zmq to the packages configuration which caused it to be installed outside the zip directory in the bundle. With 0.24, the autopackages looks like it is supposed to accomplish the same thing, but instead zmq is installed in the zip directory and also is missing some components, e.g. zmq.backends.cython.
Explicitly including zmq in the packages spec in my py2app setup puts it back outside the zip directory and is not missing any components, but I think this defeats the purpose of autopackages. What could be going wrong here?
I suspect that there may be similar issues with attempts to use automissing and autopackages in #352 and #353.
@ronaldoussoren , please advise.
Metadata
Metadata
Assignees
Labels
No labels