I'm not 100% sure what you're asking, but if you're looking for an IDE with good Intellisense for PyGTK try WingIDE from WingWare. It's generally quite good at inferring types, and if you add statements like assert isinstance(obj, FooType) it leverages those statements into Intellisense support, although I haven't used that feature much. PyGTK support is one of their explicit goals. Mostly I've been using the PyGTK documentation, but the help from the IDE has been useful.
-Max -- "The presentation or 'gift' of the Holy Ghost simply confers upon a man the right to receive at any time, when he is worthy of it and desires it, the power and light of truth of the Holy Ghost, although he may often be left to his own spirit and judgment." --Joseph F. Smith (manual, p. 69) Be pretty if you are, Be witty if you can, But be cheerful if it kills you.
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
