These Forums Have Moved
The Komodo forums have moved to a new home at community.komodoide.com, please head over there to post your topics!
Note that the new forums are a fresh start - you will have to register a new account.
Why is code intelligence not working properly?
Your code intelligence database (configured after Komodo installation) may be corrupted or out-of-date. You can rebuild the code intelligence database by:
/home/me/.komodoide/x.y/codeintel
Are there any applications which are incompatible with Komodo?
The following applications have been known to cause problems with Komodo:
Norton Firewall / AV
Macafee Firewall / AV
Checkpoint VPN
Black ICE Defender
Consult the Komodo release notes for further information on application conflicts.
Komodo Edit is a free, multi-language editor with auto-complete, call tips, syntax highlighting, syntax checking and many other features. Available on Linux, Mac OS X and Windows.
Komodo IDE is Komodo Edit on steroids, with loads of additional features such as:
Open Komodo is the open-source codebase of Komodo Edit. The site features an SVN repository, code search tool, and a developer wiki maintained by ActiveState and members of the wider Komodo community.
Quick Links:
The Komodo installer fails with an error message about about missing 'libstdc++.so.5'. How do I fix this?
Komodo is built on an older version of Linux ( Suse 9.3 ) that uses libstdc++ version 5. Most current distributions provide compatibility packages to provide this library:
Ubuntu / Debian:
sudo apt-get install libstdc++5