Before you begin, I ask you all to apologize for the question. It may be stupid, but I can not find a solution. I work on a remote machine and have no idea what type.
My python code that seems to work is below. The problem is that I'm trying to print some outputs on the screen, but nothing happens. I tried both print and raw_input, but nothing happens ... Do you know any other way to do this?
def prepareReply():
global authorReply, authorReplyLen, localConvId, originConvId, blbContentAndUntUnz, linkName
print "PLOP!"
raw_input("blabla")
Thanks!
source
share