From: Robert L. <ro...@le...> - 2003-04-18 08:47:51
|
At 04:58 PM 18/04/2003, I wrote: >PS Note that a similar problem occurs when running chat.py as well Actually that is not true, I get an error as follows: Traceback (most recent call last): File "E:\MOD_PU~1\PYTHON~1\apps\chat.py", line 155, in ? if __name__ == "__main__": main(sys.argv) File "E:\MOD_PU~1\PYTHON~1\apps\chat.py", line 149, in main chat_client = chat(server_url, topic) File "E:\MOD_PU~1\PYTHON~1\apps\chat.py", line 66, in chat class ChatClient: File "E:\MOD_PU~1\PYTHON~1\apps\chat.py", line 98, in ChatClient class stdin_channel (asyncore.file_dispatcher): AttributeError: 'module' object has no attribute 'file_dispatcher' Robert |