[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 22:01:58
|
Bugs item #1805619, was opened at 2007-10-01 22:30 Message generated for change (Comment added) made by mhammond 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: Closed >Resolution: Rejected 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) ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2007-10-02 08:02 Message: Logged In: YES user_id=14198 Originator: NO This has nothing to do with pywin32 - you probably want to open this in a Tk collector. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1805619&group_id=78018 |