Remote Debugging for python.

2008-05-29 Thread nkarkhan
Newbie to python here..so bear with me. I used to be able to gdb to a target machine running c/c++ code and see where my program was hanging, crashing, executing.. How do I do that with python? I have multi-threaded python programs running on a remote machine. I want to se where they are at any i

Unicode lists and join (python 2.2.3)

2008-05-25 Thread nkarkhan
Hello, I have a list of strings, some of the strings might be unicode. I am trying to a .join operation on the list and the .join raises a unicode exception. I am looking for ways to get around this. I would like to get a unicode string out of the list with all string elements seperated by '\n' #!