If you don't see "Community Edition" in the welcome message for the interactive then you do indeed have the academic version installed. However, it sounds like you probably have the Community Edition version of the CPLEX Python API installed in your python environment; it should only be possible to get the error you mentioned above with the Community Edition. If you're using anaconda, for example, it's possible this was included by default. When you install CPLEX Optimization Studio, the CPLEX Python API is *not* installed automatically into your system python (or any python for that matter). You should be able to install your academic version over the top of the community edition, by following the documentation here.
You are not giving us any details here so it's hard to be more specific (e.g., what operating system are you using? What version of Python are you using? What does the full traceback from your Python program look like?).
#CPLEXOptimizers#DecisionOptimization