Date: Thu, 20 Jan 2005 15:17:10 +0100 From: Willy Picard <picard@kti.ae.poznan.pl> To: perky@FreeBSD.org, ports@FreeBSD.org Subject: Python, binding to the tk widget set and Skencil Message-ID: <20050120141710.GD30825@darwin.kti.ae.poznan.pl>
next in thread | raw e-mail | index | archive | help
Hi, I'm running a 4.11 FreeBsd computer and it seems that there is a problem with the Skencil program. When I run it, I have the following error message: Traceback (most recent call last): File "/usr/local/share/skencil/skencil.py", line 34, in ? Sketch.main.main() File "/usr/local/share/skencil/Sketch/Base/main.py", line 148, in main run_script = options.run_script) File "/usr/local/share/skencil/Sketch/UI/skapp.py", line 181, in __init__ geometry = geometry) File "/usr/local/share/skencil/Sketch/UI/skapp.py", line 100, in __init__ self.init_tk(screen_name, geometry) File "/usr/local/share/skencil/Sketch/UI/skapp.py", line 210, in init_tk geometry = geometry) File "/usr/local/share/skencil/Sketch/UI/skapp.py", line 105, in init_tk className = self.tk_class_name) File "/usr/local/lib/python2.4/lib-tk/Tkinter.py", line 1569, in __init__ self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use) It seems that the problem is in the Python binding to the Tk widget set (that's why I am cross-posting this message). Regards, Willy Picard -- Willy Picard e-mail: picard@kti.ae.poznan.pl Dept. of Information Technology www: http://www.kti.ae.poznan.pl/ The Poznan University of Economics tel: +48 61 848 05 49 Mansfelda 4, 60-854 Poznan, Poland fax: +48 61 848 38 40
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050120141710.GD30825>