Greetings, I implemented a COM server using ctypes module and deployed it using py2exe as a DLL(MyCOMServer.dll). Then I tried to load this COM server with
>>> import sys >>> sys.LoadAssemblyFromFile("MyCOMServer.dll") but got an IronPython.Objects.PythonRuntimeError message. Did I miss something important when deploying my COM server so that I cannot load it using "LoadAssemblyByName"? Or this is not the right way to load a COM server in IronPython? Any suggestions will be appreciated! Thank you. - Cox Chen _______________________________________________ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com