Rex Eastbourne schrieb: > Also, when I try running pdb in my Emacs shell, I get very weird > behavior: for instance, I'll hit 'h' and enter twenty times with no > output. Then, all of a sudden, twenty output messages will pop up.
That may be due to output buffering. Try running your script with "python -u yourscript.py". You have to figure out for yourself, how to do that from within emacs though. HTH, Chris -- http://mail.python.org/mailman/listinfo/python-list