Re: PythonWin question - intelligent clues

2010-04-15 Thread Trent Mick
> For auto-completion, you can also give the free Komodo Edit (Trent, > codeintel is supported in Edit, right?) Yes, indeedy. Trent -- Trent Mick trentm at activestate.com http://trentm.com/blog/ ___ ActivePython mailing list ActivePython@listserv.Ac

RE: PythonWin question - intelligent clues

2010-04-15 Thread e.h.doxtator
Idle and PyCrust have the ability to show method signatures like an IDE like Eclipse does. -Ed From: activepython-boun...@listserv.activestate.com [mailto:activepython-boun...@listserv.activestate.com] On Behalf Of George Seese Sent: Thursday, April 15, 2010 12:31 PM To: activepython@listserv.A

Re: PythonWin question - intelligent clues

2010-04-15 Thread Sridhar
On 4/15/2010 11:19 AM, Bob Kline wrote: On 4/15/2010 1:31 PM, George Seese wrote: When entering something like: label = QLabel I don't see any intelligent clues as to what arguments are available to be defined. Is this kind of help only available in IDEs that are purchased? You might want

Re: PythonWin question - intelligent clues

2010-04-15 Thread Bob Kline
On 4/15/2010 1:31 PM, George Seese wrote: When entering something like: label = QLabel I don't see any intelligent clues as to what arguments are available to be defined. Is this kind of help only available in IDEs that are purchased? You might want to look at IDLE, available from python.or

PythonWin question - intelligent clues

2010-04-15 Thread George Seese
I'm very new at this. I have pywin32 build 214 on Windows XP. When entering something like: label = QLabel I don't see any intelligent clues as to what arguments are available to be defined. Is this kind of help only available in IDEs that are purchased? Otherwise, what is the easiest way to fin