First time here? Check out the FAQ!
1

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

hongyi-zhao's avatar
507
hongyi-zhao
asked 2020-07-14 23:49:03 -0500, updated 2020-07-17 08:50:55 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

This ended up being a huge can of worms and the fix is instead pushed into Wing 8 because we felt these changes needed to go through a longer testing process. The first alpha of that should be out later today. Sorry for the long delays on this; it was more complex than we thought.

Wingware Support's avatar
4k
Wingware Support
answered 2020-07-15 07:55:49 -0500
edit flag offensive 0 remove flag delete link

Comments

Still not see the alpha release of wing till now.

hongyi-zhao's avatar hongyi-zhao (2020-07-15 16:21:13 -0500) edit

It will be announced to the wingide-users list when it's out. It probably will be out today (I suspect you are in a different timezone than we are) but there's always a possibility it will be delayed.

Wingware Support's avatar Wingware Support (2020-07-15 16:30:54 -0500) edit

I joined the wingide-users list just now. Here is China and I wait for your good news.

Thanks again.

hongyi-zhao's avatar hongyi-zhao (2020-07-15 17:29:48 -0500) edit

It's out now at https://wingware.com/wingide/early -- We're abiout 1/2 day behind you and it went out very late in the day.

Wingware Support's avatar Wingware Support (2020-07-15 22:19:52 -0500) edit

Tried with wingpro 8 and the problem reported here still exsting. See my submitted bug report for more info.

hongyi-zhao's avatar hongyi-zhao (2020-07-15 23:36:14 -0500) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer