Re: [Python.NET] How to create an instance of C# from pythonnet?

2013-04-19 Thread Seungweon Park
I think I resolved the issue which I need to import reference dlls prior to import "from Network.Common import *". Common uses many refereces from external *.dlls, once I imported all, then I can import Common dll and use correctly. Thank you for your helps. Spark. On Fri, Apr 19, 2013 at 10:45

Re: [Python.NET] How to create an instance of C# from pythonnet?

2013-04-19 Thread Seungweon Park
Thank you for the replies. Now, I recompiled Python.Net with .Net 4.0 and get below working with simple AAA.BBB.Adapter after reading http://stackoverflow.com/questions/14520888/clr-addreferenceexample-file-unable-to-find-assembly?rq=1 http://stackoverflow.com/questions/13259617/python-for-net-un