Mail System Error - Returned Mail
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 likely there is a network problem that prevented delivery, but it is also possible that the computer is turned off, or does not have a mail system running right now. Your message could not be delivered within 2 days: Host 121.23.77.116 is not responding. The following recipients could not receive this message: Please reply to [EMAIL PROTECTED] if you feel this message to be in error. -- http://mail.python.org/mailman/listinfo/python-list
example for PEP 342
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
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, next or go with the debugger, it instantly gives control back to C++ and doesn't step nicely through the python. Similarly, if I set a breakpoint, the program pauses momentarily but then doesn't break properly in the debugger. Just wondering if anyone had encountered anything similar, or had an idea what we are doing wrong. Thanks, Matt -- http://mail.python.org/mailman/listinfo/python-list