[EMAIL PROTECTED] schrieb: > I suppose this means that any subsequent libraries dlopened will not > see any of the symbols in my module?
That's correct, and intentional. Python has crashed in the past when symbols conflicted across shared libraries. > I guess I'll have to look through the Python documentation to see if > they offer any work arounds to this problem. There is sys.setdlopenflags, but I would use it with caution. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list