> 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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to