On Wed, Jun 04, 2003 at 03:23:44PM -0300, Michel Thadeu wrote:
> 
> I want to know about IDEs, either for pygtk, tk or wxwindows... And
> want to know if wxwindows can equiparate to pygtk...

There's not a lot of these available freely. PyGTK itself (staying
on-topic) doesn't have a `native' IDE -- usually, a code editor is used
together with Glade. Glade can be used to produce interface descriptions
in XML (which are read in runtime using libglade, or converted into code
using glc or whatever) and to maintain them over time.

> I use glade+vim to build my programs, but I know programs like pycrust,
> but the pycrust is a shell, I want a editor with the same
> functionality...

Someone recently suggested this -- in person, here in Brazil -- but I
forget who it was. :-)

> I use anjuta for c/c++ in debian, is there anjuta for python? And what
> about scintilla? Is it a editor or a library (maybe it was a silly
> question, but I can found a executable made after the compilation of
> scintilla)...

I think scintilla comes with an example or test editor, which is
probably what the binary you found is. It's actually a widget for
code-editing.

> And what about programs like glade? I found wxglade and boa-contructor,
> the second is cool...

Not for PyGTK. For wx there are options, but you don't want to use wx,
do you? ;)

Take care,
--
Christian Reis, Senior Engineer, Async Open Source, Brazil.
http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to