You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to upgrade pyRevit to use the latest pythonnet version, since it is still using version 2.5.2 which causes many problems for those who wants to run cpython scripts.
After updating the dependency, the compiler complains about the missing PythonEngine.ImportModule method, even if this is still what the documentation says to use.
Only after an extensive search in the commit history I saw that that method was deprecated in favor of PyModule.Import, but the deprecation is already removed (too soon if you ask me).
Please update the documentation to reflect this (and maybe more breaking changes that I didn't catch yet?)