Re: python 2.7.1 "serial" vs "pyserial"

2011-03-25 Thread eryksun ()
On 3/25/2011 7:27 AM, bruce bushby wrote: > > Is there any difference between the "serial" module in Python 2.7.1 and > "pyserial 2.5" ? I've never used it, but "pyserial" is actually "serial": http://pyserial.sourceforge.net I have it installed on my system via Christoph Gohlke's "Base" distri

Re: python 2.7.1 "serial" vs "pyserial"

2011-03-25 Thread Terry Reedy
On 3/25/2011 7:27 AM, bruce bushby wrote: Hi Is there any difference between the "serial" module in Python 2.7.1 and "pyserial 2.5" ? When asking about 3rd party modules, it may help to give a reference to the site or download page on pypi. (And one should also check to package specific list

python 2.7.1 "serial" vs "pyserial"

2011-03-25 Thread bruce bushby
Hi Is there any difference between the "serial" module in Python 2.7.1 and "pyserial 2.5" ? I can "import serial" without any issuesbut when I follow code examples my scripts complain: "TypeError: readline() takes no keyword arguments" However lots of scripts "import serial" and then "ser.re