fyears / electron-python-example

Electron as GUI of Python Applications
MIT License
2.03k stars 232 forks source link

zmq dylib is not getting packaged for some reason #8

Closed jhargis closed 7 years ago

jhargis commented 7 years ago

Your example works great! I've noticed a problem though when I try to run the packaged app on another machine.

zmq-dylib-fail

As you can see the dylib is not getting packaged up. Any ideas on how I can correct this?

jhargis commented 7 years ago

https://github.com/zeromq/zeromq.js/issues/131

Closing

fyears commented 7 years ago

Haha. Thank you for finding the solution out.

That's why I pointed to my forked zerorpc-node rather than the official one. We all need the proper prebuilt libraries.