<html><body>On 11:12 am, n_draghetta@yahoo.com wrote:<br />&gt;Hi all!<br />&gt;I have a wrapper in Python and I want to make an adapter in Twisted so that the wrapper can be used.I haven't found any informations about adapters in Twisted.Can anyone guide me please/send me to a tutorial?<br /><br />What do you mean by "wrapper"? &#160;Depending on what you mean, you might not need to write anything at all.<br /><br />Here is a tutorial on Twisted's components / adapters system:<br /><br />http://twistedmatrix.com/projects/core/documentation/howto/components.html<br /><br />and there's something a bit more detailed here, that shows lots of protocol code hooked up to it:<br /><br />http://twistedmatrix.com/projects/core/documentation/howto/tutorial/components.html<br /><br />Do these answer your question?</body></html>