First time here? Check out the FAQ!
1

kivy and wing IDE

I am developing a GUI with Kivy. I installed Kivy within my virtual environment and I can debug example appplications using Kivy. They work fine. However in the source assistant I do not have access to classes from Kivy. any suggestion about what's wrong?

piscvau's avatar
486
piscvau
asked 2019-04-07 15:48:14 -0500
Wingware Support's avatar
4k
Wingware Support
updated 2019-04-07 16:02:22 -0500
edit flag offensive 0 remove flag close merge delete

Comments

To be more precise,I do see the ources of the Kivy in the source assistant but when I do a goto definition for a class name the definition is not found. is this normal behavior?

piscvau's avatar piscvau (2019-04-08 05:42:49 -0500) edit

Do you mean clicking on the class name link in Source Assistant, or clicking on the class name in the source code and doing goto-definition? In either case, it sounds a bit like something is not right. Can you please provide a specific example with import statement and code that does this? Then we can try it here to see what is going on.

Wingware Support's avatar Wingware Support (2019-04-08 09:01:01 -0500) edit

Yes it is exactly the problem I encountered. Well I am sorry again but for some unknown reason it works now. I probable had not configured something correctly. Sorry for bothering you.

piscvau's avatar piscvau (2019-04-09 03:13:39 -0500) edit
add a comment see more comments

1 Answer

0

Based on the above, my best guess is Wing was still analyzing sources (which is a somewhat complex 3-stage process; you can see its progress in the lower left of Wing's window) or perhaps it just failed to do some of the analysis until you took some other action (configuration change, or moving around the sources) to trigger it. If you have Wing 7, this _might_ match some other bugs that are being reported. We're looking into those now.

Wingware Support's avatar
4k
Wingware Support
answered 2019-04-09 06:11:37 -0500
edit flag offensive 0 remove flag delete link

Comments

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