Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3E250B3D.1010200@elmi.com> Date: Tue, 14 Jan 2003 23:18:21 -0800 From: Eric McRae Organization: Electro-Logic Machines, Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Python/Tkinter bug on Cygwin Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Thousands of humble apologies, I don't know where to send this bug: Running Python 2.2.2 under Cygwin, if I do : from Tkinter import * t=Tk() c=Canvas(t) c.pack() c.create_arc(88,88,112,112,style=ARC,start=-270,width=2,extent=-2) t.mainloop() I get a complete circle instead of a 2 degree (or thereabouts) arc. If I run the same Python code on Linux, I get the arc I expect. This occurred with TK 8.0 as well. and happens on both a Win2K and a WinXP machine. If you can confirm or at least point me to the proper group to report this bug, I would appreciate it. -- Eric McRae, Electro-Logic Machines, Inc. 511 Root St., Port Townsend WA, 98368 Phone/Fax: 360.379.0969, http://www.elmi.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/