Re: [Twisted-Python] Does anyone use ampoule in production?

2011-11-21 Thread Žiga Seilnacht
On 21.11.2011 8:40, gelin yan wrote: > Hi glyph > > I attached a file for this purpose. there is a number 4073 inside the > code. when i use any smaller value, the function return a correct result. I > use win 7& twisted 11.1 at the moment. I am not sure whether this limit > comes from os or

Re: [Twisted-Python] server issues; SVN in read-only, but Trac isn't

2011-07-09 Thread Žiga Seilnacht
On 6.7.2011 21:58, exar...@twistedmatrix.com wrote: > > Thanks for pointing this out. I think James has fixed the issue. > > Jean-Paul > Great, thanks! Regards, Ziga ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix

Re: [Twisted-Python] server issues; SVN in read-only, but Trac isn't

2011-07-05 Thread Žiga Seilnacht
On 5.7.2011 1:49, James Y Knight wrote: > > On Jul 4, 2011, at 7:06 PM, Glyph Lefkowitz wrote: > >> Hello from the Twisted server operations team, >> >> The Twisted SVN server has run into some minor unexpected trouble during >> routine system maintenance. For now, SVN is in read-only mode. Ho

Re: [Twisted-Python] Gtk2Reactor: what are the reasons for avoiding GLib functions?

2011-04-05 Thread Žiga Seilnacht
Hello, On 5.4.2011 9:08, Jason Heeris wrote: > I'd like to try and get to the bottom of the various problems with > Twisted + GTK + Windows (mainly issue #4932[1], but see also issues > #4376[2], #4862[3], #1759[4]). > > On issue #4376 there's a comment from Exarkun: > > "glib handles timeouts muc

Re: [Twisted-Python] Twisted Names - strange RuntimeError

2011-01-09 Thread Žiga Seilnacht
On 9.1.2011 16:47, Angelo Dell'Aera wrote: > On Sun, 09 Jan 2011 14:54:33 - > exar...@twistedmatrix.com wrote: > >> On 01:54 pm, ita...@itamarst.org wrote: >> >On Sun, 2011-01-09 at 12:10 +0100, Angelo Dell'Aera wrote: >> >>Hi, >> >>while developing a code based on Twisted Names I'm finding

Re: [Twisted-Python] Unable to start twistd service on Ubuntu 10.04 when using pseudo terminal

2010-09-30 Thread Žiga Seilnacht
Hello, Garret Heaton wrote: > I've simplified this issue down and am able to reproduce it without > Twisted: http://gist.github.com/603154 > > Still not sure what the cause is, so if anyone has any ideas I'd love to > hear them. Thanks! > The behavior that you are seeing seems to be related to

Re: [Twisted-Python] Twisted 10.1.0pre1 released -- please test!

2010-06-25 Thread Žiga Seilnacht
Hello, Kevin Horn wrote: > Running trial with the --unclean-warnings flag, I get only 3 failures. > Attached. > > Kevin Horn > These errors seem to be caused by your deep directory hierarchy, resulting in trial hitting the MAX_PATH limit. Could you try unpacking the tarball in the root of your

Re: [Twisted-Python] Twisted 9.0.0?

2010-03-04 Thread Žiga Seilnacht
exar...@twistedmatrix.com wrote: > On 07:54 pm, ziga.seilna...@gmail.com wrote: >> >>I think that easy_install and related tools can be directed to the >>proper download location by providing a Download-URL on the PyPI page. >> >>E.g. the page for Twisted 9.0.0: >>http://pypi.python.org/pypi/Twiste

Re: [Twisted-Python] Twisted 9.0.0?

2010-03-04 Thread Žiga Seilnacht
Glyph Lefkowitz wrote: > On Mar 4, 2010, at 7:59 AM, Jonathan Lange wrote: >> On Thu, Mar 4, 2010 at 10:45 AM, Mark van Lent >> wrote: >>> Hi everyone! I am a bit puzzled about the way new version of >>> Twisted is released. Or better: the way the old version seems to >>> be taken out of service.

Re: [Twisted-Python] Daemon processes on windows

2009-11-08 Thread Žiga Seilnacht
Brian Granger wrote: Fantastic, thanks for sharing this code. I will definitely have a look. If it turns out to work for us, would you mind releasing this under a BSD license so we can include it in IPython (BSD open source project)? In either case, the ideas will be very helpful to us. Cheer

Re: [Twisted-Python] Daemon processes on windows

2009-11-07 Thread Žiga Seilnacht
Brian Granger wrote: > Hi, > > I have a server-like process that uses twisted. I need it to daemonize > itself and on linux/os x I am simply > using the daemonize function from twistd. This works fine. What about > Windows thoughI saw that the > win32 version of twistd doesn't have (unless