This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Leo
Recipients Leo
Date 2008-04-21.08:38:08
SpamBayes Score 0.011683699
Marked as misclassified No
Message-id <1208767094.2.0.809332799665.issue2665@psf.upfronthosting.co.za>
In-reply-to
Content
I recently upgraded from python 2.3 to 2.5. But idle doesn't launch
anymore, either with right-clicking a .py program an doing "edit with
IDLE" or with launching the idle.py file itself. 
When I launch idle with the command line, it gives the following error
several times:

Warning : configHandler.py - IdleConf.GetThemeDict- 
problem retrieving theme element 'buitlin-foreground'
from theme 'vert theme'
returning default value: '#000000'

Warning : configHandler.py - IdleConf.GetThemeDict- 
problem retrieving theme element 'buitlin-background'
from theme 'vert theme'
returning default value: '#ffffff'
History
Date User Action Args
2008-04-21 08:38:14Leosetspambayes_score: 0.0116837 -> 0.011683699
recipients: + Leo
2008-04-21 08:38:14Leosetspambayes_score: 0.0116837 -> 0.0116837
messageid: <1208767094.2.0.809332799665.issue2665@psf.upfronthosting.co.za>
2008-04-21 08:38:12Leolinkissue2665 messages
2008-04-21 08:38:11Leocreate