[pywin32-bugs] [ pywin32-Bugs-1805619 ] Tk.iconbitmap fails in debugger window
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2007-10-01 12:30:15
|
Bugs item #1805619, was opened at 2007-10-01 08:30 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1805619&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dan Rawson (drawson1) Assigned to: Nobody/Anonymous (nobody) Summary: Tk.iconbitmap fails in debugger window Initial Comment: I'm setting the icon for my Tk application with: root.iconbitmap(default=icofile) which works perfectly outside the debugger, but fails when run from the debugger with: File "C:\localdata\Python25\lib\lib-tk\Tkinter.py", line 1513, in wm_iconbitmap return self.tk.call('wm', 'iconbitmap', self._w, '-default', default) TclError: bitmap "foo.ico" not defined Occassionally, this will work if I run it as soon as it is loaded into the debugger, but then will fail on subsequent runs. Python is 2.5 (pywin32 build 209.2) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1805619&group_id=78018 |