Dennis Lee Bieber wrote:
> On Wed, 07 Feb 2007 11:14:39 -0800, Ron Jackson
> <[EMAIL PROTECTED]> declaimed the following in
> comp.lang.python:
>
>
>>I am using Python 2.5 on Windows XP. I have installed Pyserial and
>>win32all extensions.
>>
>
>
I am using Python 2.5 on Windows XP. I have installed Pyserial and
win32all extensions.
When I try to run the example program scan.py (included below), or any
other program using pyserial, as soon as it hits the statement:
s = serial.Serial(i)
I get the error:
Traceback (most recent call last)