Basically, I'm working with zipimport to load plugins.
These plugins contain binary modules which can only be loaded via retrieving their data.
Copying them to a temporary directory is stupid, so how can I get a handle to a dynamic process which I can inject the stream into before it's execution??
Cross-platform would be nice ;)