Home › Forums › Developer forum › Load API in Python without path Tagged: api, autoloading, python This topic has 0 replies, 1 voice, and was last updated 3 years, 5 months ago by NextFEM Admin. Viewing 1 post (of 1 total) Author Posts May 7, 2021 at 10:48 am #3772 NextFEM AdminKeymaster To load NextFEM API in Python by finding the NextFEM installation path in Windows registry you can use: def load2(): aReg = ConnectRegistry(None,HKEY_LOCAL_MACHINE) aKey = OpenKey(aReg, r"SOFTWARE\Classes\NextFEM Designer\shell\open\command") asubkey=OpenKey(aKey,"") dirp=EnumValue(aKey,0)[1].replace('Designer64.exe" "%1"','').replace('"','').strip() clr.AddReference(dirp + "NextFEMapi.dll") Author Posts Viewing 1 post (of 1 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In