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


Groups > comp.lang.python > #73425 > unrolled thread

Re: pyhon 1.5.2 problem

Started byPeter Otten <__peter__@web.de>
First post2014-06-19 15:25 +0200
Last post2014-06-19 15:25 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#73425 — Re: pyhon 1.5.2 problem

FromPeter Otten <__peter__@web.de>
Date2014-06-19 15:25 +0200
SubjectRe: pyhon 1.5.2 problem
Message-ID<mailman.11150.1403184606.18130.python-list@python.org>
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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web