[New Feature Preview] Python 3 Support Issue Thread

Hello some explanation

Basic Pythonnet package doesn’t implement this clr method (and others as IronPython, only GetClrType method as been implemented since 2017 ( Higher compatibility of the clr module with IronPython)

Note:
Anoter example we can’t use clr.Reference for pass a method as parameter
example here Link DWGs in Drafting Views? - #16 by Gui_Talarico
the workaround is using Reflection.

Pythonnet does not convert all python objects to CLR objects dynamically, some objects need a cast to use Net methods

Basic (additions are possible) Pythonnet’s Net implementation is nowhere near as good as Ironpython

2 Likes