Re: Looking for tips and gotchas for working with Python 3.5 zipapp feature

Malcolm Greene python at bdurham.com
Mon Jul 1 13:15:42 EDT 2019


> I am exactly in the "pretty advanced usage": I want to create a zip that embed numpy. In this case, I have to bundle the C extension. How can I do that?

1. PyInstaller

2. PyOxide (new technology, may or may not support Numpy)

Let us know how you make out.

Malcolm



More information about the Python-list mailing list