[Idle-dev] [ idlefork-Bugs-700391 ] Deletion of user .cfg file inhibits launch from WinXP icon

SourceForge.net noreply@sourceforge.net
Sun, 09 Mar 2003 07:58:04 -0800


Bugs item #700391, was opened at 2003-03-09 15:58
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: 5
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