Dennis Lee Bieber wrote:
> On Sat, 07 Apr 2007 11:36:05 +0200, hg <[EMAIL PROTECTED]> declaimed the
> following in comp.lang.python:
>
>>
>> I am now facing your problem ... on a machine that used to work fine.
>>
>> Have you figured it out ?
>>
>> Could it be a conflict between pyserial and p
Ron Jackson wrote:
> 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.
>>>
>>
>> 2.4 on XP Pro SP2
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.
>>
>
> 2.4 on XP Pro SP2...
>
>
>>When I try to
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)