First time here? Check out the FAQ!
1

Run and stop buttons do not appear on Wings Personal

I downloaded Wings Personal and now I've opened it and can't find the run and stop buttons on the toolbar.

murray6301's avatar
11
murray6301
asked 2021-03-29 12:21:18 -0500
Wingware Support's avatar
4k
Wingware Support
updated 2021-03-29 13:49:11 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

4 Answers

0

If you are used to Wing 101 it might be because the icon for debugging is different - it's the green "play" icon and not the bug icon - and there isn't an icon in the toolbar for running in the Python Shell. The latter is Evaluate File in Python Shell in the Source menu (command name evaluate-file-in-shell in case you want to bind a key to it). The Stop icon appears once you have something running in the debugger but is not shown if nothing is being debugged.

Wingware Support's avatar
4k
Wingware Support
answered 2021-03-29 13:52:44 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

I still can't find a run or stop icon. Here is what Wings looks like:

image description

murray6301's avatar
11
murray6301
answered 2021-04-03 19:09:56 -0500
edit flag offensive 0 remove flag delete link

Comments

The green arrow, third icon from the right. Hovering over the icons shows a description or you may want to right click on the toolbar and change the Tool Style to include text until you know what the icons are.

Wingware Support's avatar Wingware Support (2021-04-04 08:10:26 -0500) edit
add a comment see more comments
0

Thanks I'll check that out.

murray6301's avatar
11
murray6301
answered 2021-04-03 18:52:11 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

Thanks When I use it, it automatically debugs the program. I though there was a RUN button that ignored debugging. But this will work.

murray6301's avatar
11
murray6301
answered 2021-04-06 14:53:03 -0500
edit flag offensive 0 remove flag delete link

Comments

There isn't a run button in the toolbar but you can use the Execute* items in the Debug menu to run without debug. Or use Evaluate File in Python Shell to match what the run button in Wing 101 does. However, in general, we recommend working in the debugger as it's usually a more efficient way to develop.

Wingware Support's avatar Wingware Support (2021-04-07 12:01:31 -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