Wingpro 8.0.0.0 still has this problem: Unexpected auto-completer behavior when working with aiida.
Hi,
I installed wingpro 8.0.0.0 and test it with the bug reported here. It seems the bug still exists there. The following is the code used for revealing this problem:
from aiida.orm import calcfunction
print('aa')
When running, wing will fireup the folloiwng error:
File "/home/werner/untitled-1.py", line 1, in <module>
from aiida.orm import calcfunction
builtins.ImportError: cannot import name 'calcfunction' from 'aiida.orm' (/home/werner/Public/hpc/tools/aiidateam/aiida-core.git/aiida/orm/__init__.py)
But as you can see, the calcfunction
will still be an auto-complete candidate entry given by wing.
Any hints for this problem?
Regards, HY
Comments