PyChecker - a python source code bug finder

Neal Norwitz neal at metaslash.com
Sun Apr 8 21:44:10 EDT 2001


David Lees wrote:

> Looks useful, but the first thing I tried running it on is some threaded
> socket code and checker.py seems to hang.  I think it is trying to run
> the code, which is a problem, because it is not located on the right
> machine for running.  I tried both from a DOS window in Win98SE using
> Python 2.0 and also with PythonWin.

Hmmm.  From in the interpretter, can you do import:

        import your_module

Does that work?  If you send me your code or a small subset that 
you are having the problem with, I can take a look.

Neal




More information about the Python-list mailing list