Re: [Twisted-Python] Twisted and ipython

2011-01-17 Thread Alessandro Dentella
Thanks Glyph, On Mon, Jan 17, 2011 at 12:07:42AM -0500, Glyph Lefkowitz wrote: > > From what you say I don't know if completion is something I'd > > get with invective of urwid. > > Invective is an IRC client (with a useful text-editing widget for Twisted's > "insults" module). urwid is a clien

Re: [Twisted-Python] Twisted and ipython

2011-01-16 Thread Glyph Lefkowitz
On Jan 16, 2011, at 6:12 PM, Alessandro Dentella wrote: > thanks Jean-Paul for the hints, > > On Sun, Jan 16, 2011 at 12:50:05AM -, exar...@twistedmatrix.com wrote: >> On 13 Jan, 11:43 pm, san...@e-den.it wrote: >>> thanks, >>> >>> short abstact: manhole is very good, thanks. But I'd need t

Re: [Twisted-Python] Twisted and ipython

2011-01-16 Thread Alessandro Dentella
thanks Jean-Paul for the hints, On Sun, Jan 16, 2011 at 12:50:05AM -, exar...@twistedmatrix.com wrote: > On 13 Jan, 11:43 pm, san...@e-den.it wrote: > >thanks, > > > >short abstact: manhole is very good, thanks. But I'd need to add > >readline to > >make it usable and I'd need tab-completion

Re: [Twisted-Python] Twisted and ipython

2011-01-15 Thread exarkun
On 13 Jan, 11:43 pm, san...@e-den.it wrote: >thanks, > >short abstact: manhole is very good, thanks. But I'd need to add >readline to >make it usable and I'd need tab-completion too. If by "add readline" you mean handle input using the stdlib readline module, you can't really do this (or, I'm su

Re: [Twisted-Python] Twisted and ipython

2011-01-13 Thread Alessandro Dentella
thanks, short abstact: manhole is very good, thanks. But I'd need to add readline to make it usable and I'd need tab-completion too. On Thu, Jan 13, 2011 at 12:06:10PM +, Michael Thompson wrote: > On 11 January 2011 07:48, Alessandro Dentella wrote: > > > So what's the suggested way to pl

Re: [Twisted-Python] Twisted and ipython

2011-01-13 Thread Michael Thompson
On 11 January 2011 07:48, Alessandro Dentella wrote: > So what's the suggested way to play with twisted? It depends what you're trying to do. I'd suggest you get some form of skeleton program running first. At that point you can interact with the program using twisted manhole. ipython has a tas

[Twisted-Python] Twisted and ipython

2011-01-11 Thread Alessandro Dentella
Hi, I'm starting a project where I plan to use twisted for the first time. I'd like to practice using ipython and after looking around I found a recepe [1] by Metthew Scott and a comment by Bob Ippolito on that recepe that suggests a different approch [2]. In the ipython manual there's a referenc