Good day.
I am working on a school project for which I create an AC python app which sends telemetry to a µController via a serial port.
But I am having issues with the ac module in python. It's telling me that certain attributes are not defined or could not be found.
"... 'module' object has no attribute 'addInputText'" (same problem with ac.addListBox)
I checked the Python Chat app and it seems to work in that one.
I am using the attached .pdf file to get the functions I need.
I am working on a school project for which I create an AC python app which sends telemetry to a µController via a serial port.
But I am having issues with the ac module in python. It's telling me that certain attributes are not defined or could not be found.
"... 'module' object has no attribute 'addInputText'" (same problem with ac.addListBox)
I checked the Python Chat app and it seems to work in that one.
I am using the attached .pdf file to get the functions I need.
Attachments
-
344.4 KB Views: 349