[Distutils] How to handle launcher script importability?

Thomas Heller theller at ctypes.org
Tue Aug 20 16:18:10 CEST 2013


Am 20.08.2013 15:42, schrieb Nick Coghlan:
> Importing C extensions requires extracting them to a temp directory and
> loading them from there. Trivial in Python, a pain in C. zipimport is
> currently still written in C.

So what - zipimport is a builtin module (on Windows at least).




More information about the Distutils-SIG mailing list