Re: [Twisted-Python] twisted.names.error.DNSNameError on MacOsX but not on linux

2009-08-27 Thread Gabriel Rossetti
Ralph Meijer wrote: > On Tue, 2009-08-11 at 18:30 +0200, Gabriel Rossetti wrote: > >> [..] >> > > Apparently you modified the original example here: > > >> [..] >> connector = XMPPClientConnector(reactor, "10.204.232.117", f) >> connector.connect() >> > > This would

Re: [Twisted-Python] twisted.names.error.DNSNameError on MacOsX but not on linux

2009-08-13 Thread Ralph Meijer
On Tue, 2009-08-11 at 18:30 +0200, Gabriel Rossetti wrote: > [..] Apparently you modified the original example here: > [..] > connector = XMPPClientConnector(reactor, "10.204.232.117", f) > connector.connect() This would never work properly. XMPPClientConnector is designed to do

Re: [Twisted-Python] twisted.names.error.DNSNameError on MacOsX but not on linux

2009-08-11 Thread Gabriel Rossetti
exar...@twistedmatrix.com wrote: > On 03:50 pm, gabriel.rosse...@arimaz.com wrote: > >> Hello everyone, >> >> I wrote a twisted app using the XMPP code that works fin on linux (and >> windows), but on Mac I get a twisted.names.error.DNSNameError, I >> searched google but found nothing on this, i

Re: [Twisted-Python] twisted.names.error.DNSNameError on MacOsX but not on linux

2009-08-11 Thread exarkun
On 04:30 pm, gabriel.rosse...@arimaz.com wrote: >Gabriel Rossetti wrote: >>Hello everyone, >> >>I wrote a twisted app using the XMPP code that works fin on linux (and >>windows), but on Mac I get a twisted.names.error.DNSNameError, I >>searched google but found nothing on this, is there a known bug

Re: [Twisted-Python] twisted.names.error.DNSNameError on MacOsX but not on linux

2009-08-11 Thread Gabriel Rossetti
Gabriel Rossetti wrote: > Hello everyone, > > I wrote a twisted app using the XMPP code that works fin on linux (and > windows), but on Mac I get a twisted.names.error.DNSNameError, I > searched google but found nothing on this, is there a known bug with > Twisted on Mac? > > I have Mac OS X 10.

Re: [Twisted-Python] twisted.names.error.DNSNameError on MacOsX but not on linux

2009-08-11 Thread exarkun
On 03:50 pm, gabriel.rosse...@arimaz.com wrote: >Hello everyone, > >I wrote a twisted app using the XMPP code that works fin on linux (and >windows), but on Mac I get a twisted.names.error.DNSNameError, I >searched google but found nothing on this, is there a known bug with >Twisted on Mac? > >I ha

[Twisted-Python] twisted.names.error.DNSNameError on MacOsX but not on linux

2009-08-11 Thread Gabriel Rossetti
Hello everyone, I wrote a twisted app using the XMPP code that works fin on linux (and windows), but on Mac I get a twisted.names.error.DNSNameError, I searched google but found nothing on this, is there a known bug with Twisted on Mac? I have Mac OS X 10.5.8, and the latest version of twisted