[Python-bugs-list] [ python-Bugs-699630 ] Erroneous error message from IDLE

SourceForge.net noreply@sourceforge.net
Fri, 07 Mar 2003 13:09:26 -0800


Bugs item #699630, was opened at 2003-03-07 14:09
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=699630&group_id=5470

Category: IDLE
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Roy Keir (newbieroy)
Assigned to: Nobody/Anonymous (nobody)
Summary: Erroneous error message from IDLE

Initial Comment:
I'm a Python beginner (wrote C programs before I needed GUIs) running 2.2.2 on Windows 98SE from the 
standard download from www.python.org.

I first put a frame ObRef  'f'   into a .grid() line instead of into the Label() line above it.  When I "fixed" it, I 
put the  'f' in the Label() but forgot to remove it from .grid().

IDLE's error message identified the erroneous line but reported that  '-bd'  was not allowed.  If it had 
identified  '-f'  as the culprit that would have saved me a lot of scrambling.

A screen-shot of the code and the error message are attached (MS Word .doc format).  The offending line 
is the seventh line in the code screen-shot.

Thanks.


Sorry if this is a duplicate.  I have searched the python.org FAQ and the Source Forge error list without 
recognizing this problem in any of their titles.

Roy Keir
rmkeir@earthlink.net


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=699630&group_id=5470