homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author apalala
Recipients apalala
Date 2012年08月10日.16:03:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344614600.09.0.172205125468.issue15618@psf.upfronthosting.co.za>
In-reply-to
Content
>>> t.pencolor(u'red')
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
 File "<string>", line 1, in pencolor
 File "/usr/lib/python2.7/lib-tk/turtle.py", line 2166, in pencolor
 color = self._colorstr(args)
 File "/usr/lib/python2.7/lib-tk/turtle.py", line 2600, in _colorstr
 return self.screen._colorstr(args)
 File "/usr/lib/python2.7/lib-tk/turtle.py", line 1111, in _colorstr
 r, g, b = [round(255.0*x) for x in (r, g, b)]
TypeError: can't multiply sequence by non-int of type 'float'
History
Date User Action Args
2012年08月10日 16:03:20apalalasetrecipients: + apalala
2012年08月10日 16:03:20apalalasetmessageid: <1344614600.09.0.172205125468.issue15618@psf.upfronthosting.co.za>
2012年08月10日 16:03:19apalalalinkissue15618 messages
2012年08月10日 16:03:18apalalacreate

AltStyle によって変換されたページ (->オリジナル) /