Hopefully I'm not too late on reporthing this... If you look at ctypes/__init__.py in Python 2.6, it imports different functions from _ctypes depending on os.name. So on Linux, it expects dlopen to be available, instead of LoadLibrary.
-- Seo Sanghyeon _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com