Tagged Questions
1
vote
1answer
146 views
How to pop a tkMessageBox in a twisted powered server
I have a server based on twisted reactor, and I need the following scenario:
the server can receive two types of request
ADD(x,y) and returns a sum
HUMAN_PERMISSION which returns true only if the ...