Message305934
| Author | rhettinger |
|---|---|
| Recipients | diekhans, rhettinger |
| Date | 2017-11-09.04:49:14 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1510202955.22.0.213398074469.issue31989@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Usually, all the necessary information is present in the previous line of the traceback:
>>> a.volume = 10
Traceback (most recent call last):
File "<pyshell#6>", line 1, in <module>
a.volume = 10
AttributeError: can't set attribute
I don't seem to recall anyone else having problems with this error message. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-11-09 04:49:15 | rhettinger | set | recipients: + rhettinger, diekhans |
| 2017-11-09 04:49:15 | rhettinger | set | messageid: <1510202955.22.0.213398074469.issue31989@psf.upfronthosting.co.za> |
| 2017-11-09 04:49:15 | rhettinger | link | issue31989 messages |
| 2017-11-09 04:49:14 | rhettinger | create | |