hi there, folks:
I'd really like to release 0.7.0 but I would like it to be at least a
little bit tested before I do so. Could those of you with CVS trees check
everything out and see if it performs as advertised? Deeper bugs than
that will have to wait for the next release, but I'd at least like to know
if it works for someone other than me.
Thanks.
______ __ __ _____ _ _
| ____ | \_/ |_____] |_____|
|_____| |_____ | | | |
@ t w i s t e d m a t r i x . c o m
http://www.twistedmatrix.com/~glyph/
Hi,
I have an xml file in my application,
I have created an element using
Example goes like this.........
document.createElement("abc")
and i appeneded it by using append() method.
But how i can reflect this change to my xml file?
and one more thing is i want to create element with some other parameters....
like.............
<abc m=" " n=" ">
</abc>
and i have m and n values as strings with me.
can anybody help me to create this element and write it to the existing xml file
as a child of an existing element?
Thanks in advance..
Raj..
Forgot the famous last words? Access your message archive online at http://in.messenger.yahoo.com/webmessengerpromo.php
Hello,
On 18 May 2004, the following message was posted to this mailinglist:
Jp Calderone exarkun at divmod.com wrote:
>Daniel Newton wrote:
>
> I have a simple XML-PRC server similar to the example below:
>
> from twisted.web import xmlrpc, server
>
> class Example(xmlrpc.XMLRPC):
> """An example object to be published."""
>
> def xmlrpc_add(self, a, b):
> """Return sum of arguments."""
> return a + b
def xmlrpc_whatIsMyAddress(self):
return self.transport.getPeer().host
>
> if __name__ == '__main__':
> from twisted.internet import reactor
> r = Example()
> reactor.listenTCP(7080, server.Site(r))
> reactor.run()
>
> I want to be able to get the address of the client that calls the
xmlrpc
> method can anyone help me with this?
This solution didn't work because 'transport' isn't a property of the
Example class.
I'm currently in the process of changing from a customized
SimpleXMLRPCServer to a twisted XMLRPC server solution and I need to
insert the client IP into the attributes passed to the called xmlrpc
method. Anyone who knows the answer and is willing to share the info?
Regards,
Remy
Hello all,
Once again, we will be sprinting at PyCon. I've just added Twisted to
<http://us.pycon.org/2011/sprints/projects/>. If you plan to attend
(for any amount of time), please add your name to the attendees list.
Also feel free to suggest additional sprint topics. We won't really
limit sprint topics to things planned in advance, but adding particular
things to the list is a probably a good way to attract more sprinters
and let people do any background research that might be necessary before
the sprint actually starts.
Jean-Paul
Hello everyone,
I'd like for there to be a release of Twisted in March 2011, and I am
happy to do it. If someone else has already volunteered, or would like
to do it instead of me, they are welcome to be my guest, as long as
they follow & update the Release Process
<http://twistedmatrix.com/trac/wiki/ReleaseProcess>.
Perhaps it would be best to cut a release candidate before PyCon starts?
cheers,
jml
I just thought that a good sprint theme for the next PyCon would be
porting Twisted for Python 3.2.
I wanted to ask which is the status of this, if it's started, a good
idea for a sprint, etc.
Thanks!
--
. Facundo
Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/
Hello All, I have this[1] IMAP4 client in twisted, but I'am getting
this error too much, how can I troubleshoot it or how can I restart
the main loop after this failure?
Traceback (most recent call last):
Failure: twisted.internet.error.ConnectionDone: Connection was
closed cleanly.
2011-02-24 10:31:34-0600 [IMAP4Client,client] Disconnected at: Thu Feb
24 10:31:34 2011
2011-02-24 10:31:34-0600 [IMAP4Client,client] Connection Lost: Reason:
[Failure instance: Traceback (failure with no frames): <class
'twisted.internet.error.ConnectionDone'>: Connection was closed
cleanly.
2011-02-24 10:31:34-0600 [IMAP4Client,client] ]
2011-02-24 10:31:34-0600 [IMAP4Client,client]
<twisted.internet.tcp.Connector instance at 0x5f8a30> will retry in 7
seconds
2011-02-24 10:31:34-0600 [IMAP4Client,client] Stopping factory
<__builtin__.IMAP4ClientFactory instance at 0xbd4468>
2011-02-24 10:31:34-0600 [-] Main loop terminated.
2011-02-24 10:31:34-0600 [-] Server Shut Down.
[1] http://pastebin.com/GrqG3MyD
--
http://celord.blogspot.com/