Using python for _large_ projects like IDE

DilbertFan steveb428pleaseremovethis at hotmail.com
Sun Jan 18 18:43:25 EST 2004


Thanks Sam
"Samuel Walters" <swalters_usenet at yahoo.com> wrote in message
news:pan.2004.01.18.22.01.46.670164 at yahoo.com...
> | DilbertFan said |
>
> > If you do write this  IDE, please include a compiler warning that
catches
> > the missing () at the end of a function that doesn't have arguments.
I've
> > sunk into a dark world of a diabolically mind-destroying hysteria while
> > trying to troubleshoot some scripts, and then realizing that a python
> > function was not executing because I was calling it without '()'.  But
> > Python doesn't complain, or give you a message or anything,... it simply
> > doesn't execute that function!
>
> Try PyChecker.  It should warn you about such things.
> http://pychecker.sourceforge.net/
>
> HTH
>
> Sam Walters.
>
> -- 
> Never forget the halloween documents.
> http://www.opensource.org/halloween/
> """ Where will Microsoft try to drag you today?
>     Do you really want to go there?"""
>





More information about the Python-list mailing list