Using python for _large_ projects like IDE

Samuel Walters swalters_usenet at yahoo.com
Sun Jan 18 17:03:19 EST 2004


| 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