Python autocomplete does not work well on saved file

Hi everyone

I’m testing our komodo with python 3 and I noticed on unsaved file, autocompletes woks well but on saved file it does not work well.

Unsaved file

Saved file

I’m unable to reproduce this.

  1. What version of Python are you using?
  2. What language is selected in Komodo? (Python or Python 3)
  3. Are you using a Project? (if so - try reproducing the problem without a project open).

I got the problem…had a blank file name datetime.py in my folder so python was looking at that library first,

1 Like