> The other main limitation (not so much a gotcha as a consequence of
> how the OS works) is that you can't load C extensions (pyd or so
> files) from a zipfile. If you need to do that, you'll have to bundle
> the C extensions to work around that limitation, but that's pretty
> advanced usage.
> 

Very interesting post (and one of the only ones on the internet about that... 
that is why I am posting here even though the thread is quite old).

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?

Thx,
Simon 
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to