Johnny - 2011-01-16

David,

Running pyOBD-II under Debian testing (squeeze) and Python 2.6 only required some minor tweaks for me. As Debian is up-stream to Ubuntu, it should not be too different.

First, be sure you specify the serial port associated with your interface cable. For me, running record-all.py was:

/usr/bin/python record-all.py --port /dev/ttyUSB0 # replace USB0 with the correct port

I also needed to edit the test*.py scripts in the test sub-directory. Python 2.6 did not recognize the '-3' flag and I can't find any references whatsoever in the Python docs to that command line option ?

Johnny