From: Kragen S. <kr...@po...> - 2003-04-18 14:03:35
|
Robert Leftwich writes: > 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 98, in ChatClient > class stdin_channel (asyncore.file_dispatcher): > AttributeError: 'module' object has no attribute 'file_dispatcher' file_dispatcher only exists on POSIX operating systems, at least in Python 1.5.2 and 2.1.3. Windows users are SOL here. HTH. |