|
|
|
|
|
by paavoova
2609 days ago
|
|
You can do this with plain zip files as Python can unpack and execute in-memory. But you have to extract non-Python code such as C libraries at runtime somewhere so the OS can link them. I would be interested to know how the packagers you mentioned get around this, or if they too use temporary files and unpack. |
|
And zipimport pip package