[Idle-dev] [ idlefork-Bugs-700391 ] Deletion of user .cfg file
inhibits launch from WinXP icon
SourceForge.net
noreply at sourceforge.net
Fri Sep 5 20:08:57 EDT 2003
Bugs item #700391, was opened at 2003-03-09 10:58
Message generated for change (Settings changed) made by kbk
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109579&aid=700391&group_id=9579
Category: None
Group: None
Status: Open
Resolution: None
>Priority: 3
Submitted By: David Harris (edcdave)
Assigned to: Nobody/Anonymous (nobody)
Summary: Deletion of user .cfg file inhibits launch from WinXP icon
Initial Comment:
In a malevolent universe, someone might...
Create a highlighting theme 'splunge'
using 'Configure IDLE'
Delete .idlerc\congif-highlight.cfg
This leads to a situation which is detected and handled
by IdleConf.GetThemeDict(), but results in a puzzling
behavior.
>From Desktop icon (Target -> C:\Python22
\Scripts\idlefork.pyw):
Noticeable pause, but no Shell window
>From console window (current directory -> C:\Python22
\Scripts):
python idlefork.pyw
Multiple warning messages appear in the console
window (such as):
Warning: configHandler.py - IdleConf.GetThemeDict -
problem retrieving theme element 'error-background'
from theme 'splunge'.
returning default value: '#000000'
Then the Shell window is displayed
Something is inhibiting the Shell window.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109579&aid=700391&group_id=9579
More information about the IDLE-dev
mailing list