I am using the following websocket client example in my application as a utility:
try: import thread except ImportError: import _thread as thread impo