Alan Yorinks added the comment:
Hi Carol,
Thanks for the update. I retested on Python 3.7 and the problem
seems to have been resolved some where along the way.
BTW, I am using MicroPython on an ESP8266 remotely controlled from a
Python program on a PC. You can read about it here:
https
Alan Yorinks added the comment:
I don't see the file I attached in the previous comment, so I have uploaded 4
files to google drive at:
https://drive.google.com/folderview?id=0B0adDMMjxksDRGtiWFowVUh0RlE&usp=sharing
These files are the result of running a cPr
Alan Yorinks added the comment:
Additional information:
When using another example from PyMata,
examples/digital_analog_io/callback_digital_analog_io.py, by adding the line:
if sys.platform == 'linux':
# noinspection PyUnresolved
New submission from Alan Yorinks:
Folks,
I am not trying to waste anyone's time. If this is not the correct mailing
list to get this problem resolved, please point me to the correct one.
To summarize my problem, if I run the configuration below with python 3.4.2
on Linux, the pr