Mail System Error - Returned Mail

2006-12-15 Thread severin
The message was not delivered due to the following reason(s): Your message could not be delivered because the destination computer was not reachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most like

example for PEP 342

2008-10-27 Thread Severin
Hello, Is there a simple example demonstrating how to use the Trampoline from PEP 342 (http://www.python.org/dev/peps/pep-0342/)? Regards -- http://mail.python.org/mailman/listinfo/python-list

Trouble with rpdb2 and winpdb debuggers in embedded Python script

2008-07-25 Thread Matthew Severin
Having some trouble getting rpdb2 and winpdb running properly with Python embedded in a C++ project. Our implementation has a number of C++ classes associated with Python classes. I am able to attach to the embedded script with the debugger and the program freezes and waits. However, when I step