Python IDE (was: PythonWin troubleshooting)

Trent Mick trentm at ActiveState.com
Tue Dec 20 21:45:15 EST 2005


[chuck wrote]
> What is Komodo written in?

Komodo is based on the Mozilla framework, so in many ways it is similar
to Firefox and Thunderbird. Komodo also includes PyXPCOM -- Python
bindings to Mozilla's XPCOM (cross-platform component object model)
system for componentizing parts of the framework -- so that we can
develop core Komodo logic in Python. As with any Mozilla-based app, the
UI is written in XUL (XML-based UI Language) and JavaScript. Where it
makes sense Komodo includes bits written in Perl and Tcl (also have some
PHP extension C code): for code browsing and debugging. So, Komodo is
written in: XML, JavaScript, C++, Python, CSS, C, Perl, and Tcl.

Cheers,
Trent

-- 
Trent Mick
TrentM at ActiveState.com



More information about the Python-list mailing list