Opened 8 years ago

Closed 6 years ago

#50308 closed defect (fixed)

python27: Warning: configHandler.py - IdleConf.GetOption - problem retrieving configuration option 'name2' from section 'Theme'.

Reported by: smithsp (Sterling Smith) Owned by: jmroot (Joshua Root)
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: python27

Description

Without the line at https://github.com/python/cpython/blob/4a8f78007549daa9f23d32fb8f83c8e992601d2f/Lib/idlelib/config-main.def#L68 I get lots of warnings about name2 not being found in the current theme.

 Warning: configHandler.py - IdleConf.GetOption -
 problem retrieving configuration option 'name2'
 from section 'Theme'.
 returning default value: ''

repeated at least 5 times when opening my GUI application. It would be nice if MacPorts could patch that one file during python installation until it is included in an upstream release.

Change History (4)

comment:1 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: jwa@… removed
Owner: changed from macports-tickets@… to jwa@…
Summary: defect: python27python27: Warning: configHandler.py - IdleConf.GetOption - problem retrieving configuration option 'name2' from section 'Theme'.

comment:2 Changed 8 years ago by ned-deily (Ned Deily)

http://bugs.python.org/issue26417

Fixed in Python 2.7.12.

comment:3 Changed 7 years ago by jmroot (Joshua Root)

Owner: changed from jyrkiwahlstedt to jmroot
Status: newassigned

comment:4 Changed 6 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: assignedclosed

Closing as per comment:2.

Note: See TracTickets for help on using tickets.