Please ensure the "Languages->Python->Python Executable" is correctly set to a Python 2.x interpreter (Python 3.x is not yet supported).
Ensure the file language (as shown in the Komodo statusbar) says "Python" for your Python files.
If it's still not working, try an explicit code completion, i.e.:
int(|
with the cursor at the "|" position, use "Ctrl+J" to explicitly force a code completion event. Are there any messages in Komodo's message statusbar (bottom left) after doing this?
Please ensure the "Languages->Python->Python Executable" is correctly set to a Python 2.x interpreter (Python 3.x is not yet supported).
Ensure the file language (as shown in the Komodo statusbar) says "Python" for your Python files.
If it's still not working, try an explicit code completion, i.e.:
with the cursor at the "|" position, use "Ctrl+J" to explicitly force a code completion event. Are there any messages in Komodo's message statusbar (bottom left) after doing this?
You may also want to check Komodo's log file for reported errors:
http://community.activestate.com/faq/komodo-file-locations#log_files
Cheers,
Todd