Thank you Jussi. I didn't realize there was a separate version--I have it
installed now
cheers
fritz
--
https://mail.python.org/mailman/listinfo/python-list
I just installed matplotlib on debian and I tried to import it on python3. It
cannot be found however it can be found on python 2.x. No surprise:
A 'find -name matplotliib' reveals:
/usr/share/matplotlib
/usr/lib/python2.7/dist-packages/matplotlib
I am not sure how the apt-get elected to place
Thanks Rob.
Yes I ended up with a read(1) and use a field count and a few other checks to
make sure I don't get a partial record. Serial is the "best of times and worst
of times". Sure beats dealing with USB enumeration, power hungry ethernet
processors and a lot of other stuff. I can still "s
Thank you for your response Andre. I had tried some code like that in the
document but it did not seem to work. However ever leaving my terminal for a
time the code eventually wrote out the records so apparently there is some very
deep buffering going on here. A little more searching on the web