Python plugins: Issue with device creation in beta 3.8035
Posted: Tuesday 04 July 2017 16:03
I upgraded my development system (and unfortunately one of my production systems without a good backup) to beta 3.8035 and found out a weird issue with Device.Create... The method works fine with the first 2 calls (when creating the first two devices), and then any subsequent device creation fails with the following errors in the log:
The devices that fail to be created are all of type "Custom" if that can help (I have not tried with other types yet to see if it fails as well)
This affects all the different python plugins that I wrote, and that were running fine on 3.8000 (the latest one I had worked with before upgrading).
Hoping that one of the python plugins framework developers can help ?
Code: Select all
2017-07-04 15:15:35.708 Error: CPlugin:CDevice_init, unable to find module for current interpreter.
2017-07-04 15:15:35.708 Error: Device creation failed, Device object is not associated with a plugin.
This affects all the different python plugins that I wrote, and that were running fine on 3.8000 (the latest one I had worked with before upgrading).
Hoping that one of the python plugins framework developers can help ?