python-esppy
python-esppy copied to clipboard
"allvaluestostrings is not a valid paramater" for PI Publisher
When trying to create a project from an xml of an existing project, we got the following error:
"allvaluestostrings is not a valid paramater for <class 'esppy.connectors.pi.PIPublisher'>"
It seems that ESPPY is not able to handle the ‘allvaluetostrings’ property of the PI Publisher window in the project. We were using the 6.1 version of ESPPY, but upgraded to both the 6.2 and 7.1 versions and got the same error with each.
Code used was essentially:
import esppy from esppy.project import Project project_xml = <Insert XML here> trial_project =Project.from_xml(project_xml)