Re: [Twisted-Python] newb help needed on syslog

2009-08-12 Thread Terry Jones
> "Rebs" == Rebs Guarina writes: Rebs> I'm currently looking at writing a remote syslog client (logs go to a Rebs> central log server running syslog-ng) using twisted. Do you guys have Rebs> any tips on this? If this somewhat appears to be a repost, please Rebs> kindly redirect me to the appro

[Twisted-Python] newb help needed on syslog

2009-08-12 Thread Rebs Guarina
Hello, I'm currently looking at writing a remote syslog client (logs go to a central log server running syslog-ng) using twisted. Do you guys have any tips on this? If this somewhat appears to be a repost, please kindly redirect me to the appropriate link. Thanks!

Re: [Twisted-Python] Tunneling using conch (with application.service)

2009-08-12 Thread Sean Hollingsworth
Your advice helped considerably. Thank you. Sean M Hollingsworth On Sat, Aug 8, 2009 at 4:49 PM, wrote: > On 6 Aug, 03:47 pm, smhollingswo...@gmail.com wrote: > >I 19ve got an app written that runs as a service using > >twisted.application.service that I need to tunnel through SSH. Right > >no

Re: [Twisted-Python] unicode for pyPgSQL

2009-08-12 Thread Glyph Lefkowitz
On Wed, Aug 12, 2009 at 12:51 PM, wrote: > I did recently learn that pyPgSQL doesn't support bind parameters, > apparently resulting in almost any use of it insecure and vulnerable to > SQL injection attacks. You may want to investigate this further before > deciding if it's worth figuring out h

Re: [Twisted-Python] unicode for pyPgSQL

2009-08-12 Thread exarkun
On 03:28 pm, petshm...@googlemail.com wrote: >Hello, > >does pyPgSQL doesn't support unicode? > >execute(query, params) #all items in params list are of 'unicode'> > >I'm getting >'ascii' codec can't encode character u'\xfc' in position 1: ordinal >not in range(128) > >Do I need encode my params b

Re: [Twisted-Python] Twisted, wxPython & Mac OS X 10.5 freezes

2009-08-12 Thread Glyph Lefkowitz
On Wed, Aug 12, 2009 at 11:47 AM, Gabriel Rossetti < gabriel.rosse...@arimaz.com> wrote: > I have written an application using Twisted, WX and I wanted to test it > under Mac. I have successfully used it on linux and windows before. When > I run it, I often get the pinwheel of death and then the w

Re: [Twisted-Python] unicode for pyPgSQL

2009-08-12 Thread Glyph Lefkowitz
On Wed, Aug 12, 2009 at 11:28 AM, Pet wrote: > Hello, > > does pyPgSQL doesn't support unicode? > Sounds like a question for the pyPgSQL list, not the Twisted list :) ___ Twisted-Python mail

[Twisted-Python] Twisted, wxPython & Mac OS X 10.5 freezes

2009-08-12 Thread Gabriel Rossetti
Hello everyone, I have written an application using Twisted, WX and I wanted to test it under Mac. I have successfully used it on linux and windows before. When I run it, I often get the pinwheel of death and then the whole OS locks up, even SSH no longer accepts connections, I have to hard reb

[Twisted-Python] unicode for pyPgSQL

2009-08-12 Thread Pet
Hello, does pyPgSQL doesn't support unicode? execute(query, params) #all items in params list are of I'm getting 'ascii' codec can't encode character u'\xfc' in position 1: ordinal not in range(128) Do I need encode my params before sending a query and then decode all results back to unicode?

Re: [Twisted-Python] Documentation

2009-08-12 Thread Jarrod Roberson
On Wed, Aug 12, 2009 at 6:41 AM, John Aherne wrote: > > > On Tue, Aug 11, 2009 at 10:03 PM, Glyph Lefkowitz > wrote: > >> On Mon, Aug 10, 2009 at 2:56 AM, John Aherne wrote: >> >>> Prompted by exarkun, I have put together some simple documentation for >>> beginners starting with Twisted. >>> >>

Re: [Twisted-Python] Documentation

2009-08-12 Thread John Aherne
On Tue, Aug 11, 2009 at 10:03 PM, Glyph Lefkowitz wrote: > On Mon, Aug 10, 2009 at 2:56 AM, John Aherne wrote: > >> Prompted by exarkun, I have put together some simple documentation for >> beginners starting with Twisted. >> > > Thanks for doing this. All documentation help is useful :). > > >>