From: Matthias T. <mt...@we...> - 2010-07-03 11:47:02
|
Hi pito, > Hi, dear friends who knows python well, > somebody has got an experience/fix with the python scripts running under > e.g Python 3.1.2 they are still at python2 level. There is no serial support in python3 (at least not to my knowledge). The syntax errors are from the print command which needs parenthesis in python3, but that minor comparing with the serial module issue. Matthias |