Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #73425

Re: pyhon 1.5.2 problem

From Peter Otten <__peter__@web.de>
Subject Re: pyhon 1.5.2 problem
Date 2014-06-19 15:25 +0200
Organization None
References <000001cf8bbd$c5848570$508d9050$@icon.co.za>
Newsgroups comp.lang.python
Message-ID <mailman.11150.1403184606.18130.python-list@python.org> (permalink)

Show all headers | View raw


Pat Fourie wrote:

> Good Day all,
> 
> I have the following problem.
> 
> This is the python code
> 
> #
> 
> Import SER
> 
> #
> 
> SER.set_speed('115200','8N1')
> 
> ..
> 
> ..
> 
> ..
> 
> When I run the above code I get the following error :
> 
>  
> 
> SER.set_speed('115200','8N1')
> 
> AttributeError : set_speed
> 
>  
> 
> Can anyone help as this did work before.I have recompiled everything but
> the problem still
> 
> Exists.
> 
> In anticipation,

Did you create a new file called SER.py recently? If so rename that and 
don't forget to delete the corresponding SER.pyc.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: pyhon 1.5.2 problem Peter Otten <__peter__@web.de> - 2014-06-19 15:25 +0200

csiph-web