[[EMAIL PROTECTED] wrote]
> > > It should be _reg_progid_ not _reg_progid. Try again with the
> > correct spelling.
> 
> I'm quite new to python (though, horrors, a devout perl groupie) but I've 
> seen 2 or 3 of these sorts of 'catches' on this list - does python have a 
> way to alert you to misspelling like that?  In perl, for example, using 
> -w/warnings will tell you that '_reg_progid' is unused  etc.

You should look at a tool called PyChecker. It provides all sorts of
useful warnings for your Python code, including, I believe, this
situation.

    http://pychecker.sourceforge.net/

Cheers,
Trent


-- 
Trent Mick
[EMAIL PROTECTED]
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Reply via email to