[Tutor] Please look at my wordFrequency.py

Kent Johnson kent37 at tds.net
Tue Oct 11 00:25:03 CEST 2005


Dick Moores wrote:
 > Specifically, I'm hoping for comments on or help with:
> 1) How to debug. I'm using v2.4, IDLE on Win XP.

I have been using winpdb recently, it is a pretty decent standalone Python debugger for Windows. Start it with the -t switch so you don't need the Python Cryptographic Toolkit.
http://www.digitalpeers.com/pythondebugger/

Kent



More information about the Tutor mailing list