exporting symbols with ctypes?

Brian brian.cain at gmail.com
Sun Apr 5 23:23:01 EDT 2009


I'd like to load a library that expects executables which link against
it to provide a particular symbol.  Is there a way to do the inverse
of the in_dll() operation?  I'd prefer to avoid creating a brand new
library on the fly just to satisfy this one dependency.



More information about the Python-list mailing list