Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73425 > unrolled thread
| Started by | Peter Otten <__peter__@web.de> |
|---|---|
| First post | 2014-06-19 15:25 +0200 |
| Last post | 2014-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.
Re: pyhon 1.5.2 problem Peter Otten <__peter__@web.de> - 2014-06-19 15:25 +0200
| From | Peter Otten <__peter__@web.de> |
|---|---|
| Date | 2014-06-19 15:25 +0200 |
| Subject | Re: 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.
Back to top | Article view | comp.lang.python
csiph-web