Opened 13 years ago

Closed 13 years ago

#2543 closed defect (fixed)

Show does not accept numeric input

Reported by: tonyforster Owned by: walter
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Turtleart Version: Unspecified
Severity: Unspecified Keywords:
Cc: Distribution/OS: Unspecified
Bug Status: Resolved

Description

Traceback (most recent call last):

File "/home/olpc/Activities/TurtleArt.activity/TurtleArt/talogo.py", line 840, in doevalstep

self.step.next()

File "/home/olpc/Activities/TurtleArt.activity/TurtleArt/talogo.py", line 820, in _evalsym

result = self.cfun.fcn(self, *self.arglist)

File "/home/olpc/Activities/TurtleArt.activity/TurtleArt/talogo.py", line 438, in <lambda>

'show': [1, lambda self, x: self._show(x, True)],

File "/home/olpc/Activities/TurtleArt.activity/TurtleArt/talogo.py", line 1371, in _show

y -= self.tw.canvas.textsize

UnboundLocalError: local variable 'y' referenced before assignment

Change History (1)

comment:1 Changed 13 years ago by walter

  • Bug Status changed from Unconfirmed to Resolved
  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.