Hello, I just started in Python so sorry if I'm asking a noob question.
I started to write a kits plugin. But I want to store my data in a XML file instead of an INI like most plugins do. INI files are for configuration not for data and useless for a more detailed data structure. I tried to build a script with the xml.etree.ElementTree class but when I upload it to my server i get this error:
It seems I can't import xml.etree. Is Fougerite not supporting this functionality? And if not is there a good replacement for this to write XML (or JSON/Any other good format) .
I started to write a kits plugin. But I want to store my data in a XML file instead of an INI like most plugins do. INI files are for configuration not for data and useless for a more detailed data structure. I tried to build a script with the xml.etree.ElementTree class but when I upload it to my server i get this error:
Code:
System.MissingMemberException: 'LightException' object has no attribute 'etree'