zipimport (.pyd & .so) files.

Christian Heimes lists at cheimes.de
Fri Jul 9 13:58:54 EDT 2010


> It's strictly for windows platform. I would like to know from expert
> python users and linux programmers, how we can achieve similar
> functionality on linux platform? I do have limited c/c++ skill sets
> but I would love to give a try.

I don't know any way to load a shared library from something other than
a file on the file system. Unless you find a variant of dlopen() that
supports memory segments, you are out of luck.




More information about the Python-list mailing list