Which IDE is recommended?

dcrespo dcrespo at gmail.com
Mon May 2 11:21:48 EDT 2005


Hi. You were right: I meant "Code Completition". I did what you told me
to do. I get now auto completition of code.
For example:

import wx
wx.(here appear a list with the possibilities)

But.... (there's always a "but") with:

button = wx.Button(...)

when I write "button." there's a flick of the list of the possible
parameters, resulting in no showing it. Is there a way to correct it?

Daniel




More information about the Python-list mailing list