sketch-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bugs #9378] Exceptions after an interrupted polyline


From: Antoon Pardon
Subject: [bugs #9378] Exceptions after an interrupted polyline
Date: Fri, 18 Jun 2004 08:13:16 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5

This mail is an automated notification from the bugs tracker
 of the project: Skencil.




/**************************************************************************/
[bugs #9378] Full Item Snapshot:

URL: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=9378>
Project: Skencil
Submitted by: Antoon Pardon
On: Fri 06/18/2004 at 12:13

Category:  None
Severity:  5 - Average
Item Group:  Bug
Resolution:  None
Assigned to:  None
Status:  Open
Release:  0.6.x


Summary:  Exceptions after an interrupted polyline

Original Submission:  If you start with a Draw Poly-Line, click for the first
point, click for the second point and then type <ESC>
you continously get the following kind of error messages.

Exception in Tkinter callback
Traceback (most recent call last):
  File "/usr/lib/python2.3/lib-tk/Tkinter.py", line 1345, in __call__
    return self.func(*args)
  File "/usr/local/lib/skencil-0.6.16/Sketch/UI/canvas.py", line 500, in 
PointerMotionEvent
    self.mode.mouse_move(p, event.state)
  File "/usr/local/lib/skencil-0.6.16/Sketch/UI/canvas.py", line 885, in 
drag_mouse
    if abs(self.start_pos[0] - p) * self.scale > 3:
TypeError: unsubscriptable object
Exception in Tkinter callback
Traceback (most recent call last):
  File "/usr/lib/python2.3/lib-tk/Tkinter.py", line 1345, in __call__
    return self.func(*args)
  File "/usr/local/lib/skencil-0.6.16/Sketch/UI/canvas.py", line 500, in 
PointerMotionEvent
    self.mode.mouse_move(p, event.state)
  File "/usr/local/lib/skencil-0.6.16/Sketch/UI/canvas.py", line 885, in 
drag_mouse
    if abs(self.start_pos[0] - p) * self.scale > 3:
TypeError: unsubscriptable object












For detailed info, follow this link:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=9378>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]