<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3199" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=645462406-23102009>Tried using asyncore.dispatcher_with_send in place of 
asynchat.async_chat and after a few request-responses, I get 
this:</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=645462406-23102009></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=645462406-23102009>Exception in thread Thread-2:<BR>Traceback (most recent 
call last):<BR>  File "C:\Python31\lib\threading.py", line 509, in 
_bootstrap_inner<BR>    self.run()<BR>  File 
"C:\Python31\lib\threading.py", line 462, in run<BR>    
self._target(*self._args, **self._kwargs)<BR>  File 
"D:\XPress_v1.3\XPress\Model.py", line 3328, in run<BR>    
asyncore.loop()<BR>  File "C:\Python31\lib\asyncore.py", line 206, in 
loop<BR>    poll_fun(timeout, map)<BR>  File 
"C:\Python31\lib\asyncore.py", line 124, in poll<BR>    is_w = 
obj.writable()<BR>  File "C:\Python31\lib\asyncore.py", line 516, in 
writable<BR>    return (not self.connected) or 
len(self.out_buffer)<BR>  File "C:\Python31\lib\asyncore.py", line 399, in 
__getattr__<BR>    return getattr(self.socket, 
attr)<BR>AttributeError: 'SSLSocket' object has no attribute 
'out_buffer'</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=645462406-23102009></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=645462406-23102009>Someone please throw some light on 
this!</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=645462406-23102009></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=645462406-23102009>Ashish</SPAN></FONT></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> VYAS ASHISH M-NTB837 <BR><B>Sent:</B> 
Friday, October 23, 2009 11:35 AM<BR><B>To:</B> 
python-list@python.org<BR><B>Subject:</B> AttributeError: 'SSLSocket' object has 
no attribute 'producer_fifo'<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV><FONT face=Arial size=2><SPAN class=584400006-23102009>I am getting the 
following error when I try to run my program to post and receive xmls to an 
https server.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=584400006-23102009></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Traceback (most recent call last):<BR>  File 
"C:\Python31\lib\threading.py", line 509, in 
_bootstrap_inner<BR>    self.run()<BR>  File 
"C:\Python31\lib\threading.py", line 462, in run<BR>    
self._target(*self._args, **self._kwargs)<BR>  File 
"D:\XPress_v1.3\XPress\Model.py", line 3328, in run<BR>    
asyncore.loop()<BR>  File "C:\Python31\lib\asyncore.py", line 206, in 
loop<BR>    poll_fun(timeout, map)<BR>  File 
"C:\Python31\lib\asyncore.py", line 124, in poll<BR>    is_w = 
obj.writable()<BR>  File "C:\Python31\lib\asynchat.py", line 222, in 
writable<BR>    return self.producer_fifo or (not 
self.connected)<BR>  File "C:\Python31\lib\asyncore.py", line 398, in 
__getattr__<BR>    return getattr(self.socket, 
attr)<BR>AttributeError: 'SSLSocket' object has no attribute 
'producer_fifo'<BR></DIV></FONT>
<DIV><FONT face=Arial size=2><SPAN class=584400006-23102009>Does any one know 
what is wrong here?</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV align=left><FONT face=Arial size=2>Regards,<BR>Ashish 
</FONT></DIV></BODY></HTML>