Wingware Support's profile - activity
| 2026-03-19 15:51:09 +0000 | received badge | Rapid Responder ( source ) |
| 2025-12-01 07:36:08 +0000 | commented question |
In debug mode showing variables value by mouse pointing the variable name in the code.
Is the Debugger > Hover Over Symbols preference enabled? Also if there's a non-empty selection then the Hover Over S |
| 2025-11-14 14:46:11 +0000 | commented answer |
python -m wingdbstub cmd options
Thanks for posting that. Yes, at this point in many cases you have to define WINGDB_PYTHON. We should possibly change |
| 2025-11-14 14:45:38 +0000 | commented answer |
python -m wingdbstub cmd options
Thanks for posting that. Yes, at this point in many cases you have to define WINGDB_PYTHON. We should possibly change |
| 2025-10-30 11:31:23 +0000 | commented answer |
Setting up Maya 2026 and PySide6
I'm glad it works now. Having two copies of PySide2 / Qt can lead to problems like this. |
| 2025-10-30 11:29:27 +0000 | commented question |
How to launch the testing tool on only a subset of django tests
Could you run all the tests once and then select the subset to run & use run tests? Wing can only discover the tests |
| 2025-10-28 15:41:48 +0000 | commented question |
Setting up Maya 2026 and PySide6
Are you able to run the script you want to run in Wing's debugger from the command line? |
| 2025-10-28 14:08:14 +0000 | commented question |
Setting up Maya 2026 and PySide6
Was this ever resolved? |
| 2025-10-20 16:28:47 +0000 | commented question |
Setting up Maya 2026 and PySide6
Can you run from the command line? |
| 2025-10-20 15:58:56 +0000 | commented question |
Setting up Maya 2026 and PySide6
Are you able to run the script outside of Wing? If not, my approach would be to make sure there's only one PySide / Qt i |
| 2025-10-17 14:51:33 +0000 | received badge | Rapid Responder ( source ) |
| 2025-10-17 14:51:33 +0000 | answered a question |
Wing11 crashing consistently after a couple of minutes after startup
FYI for others that may run into this, from follow-up email: I un-installed and re-installed Python 3.11 with slightly d |
| 2025-10-16 07:49:04 +0000 | commented answer |
Every 3 to 5 min wing freezes up on me for 10 sec to a minute
Could you submit a bug report from within Wing and include the error log? If possible, could you do an internal profile |
| 2025-10-16 07:45:53 +0000 | commented question |
Wing11 crashing consistently after a couple of minutes after startup
Could you submit a bug report from within Wing and include the error log? |
| 2025-10-14 18:33:39 +0000 | answered a question |
python -m wingdbstub cmd options
You can do that with 'wingdb' as described in https://wingware.com/doc/debug/wingdb |
| 2025-10-14 18:33:39 +0000 | received badge | Rapid Responder ( source ) |
| 2025-09-19 02:49:45 +0000 | commented answer |
Can you please add Github Copilot integration?
It looks like that API just provides access to usage metrics and managing users and the subscription. It does not seem |
| 2025-09-19 02:48:43 +0000 | commented answer |
Can you please add Github Copilot integration?
It looks like that API just provides access to usage metrics and managing users and the subscription. It does not seem |
| 2025-09-10 02:09:10 +0000 | commented answer |
Wing101 DisplayVersion missing
This should be fixed in Wing 11.0.4+ |
| 2025-09-06 02:47:07 +0000 | received badge | Rapid Responder ( source ) |
| 2025-09-06 02:47:07 +0000 | answered a question |
Still can't get WingPro to "see" python
Copying OP's answer from other question: Well, despite having bought a new copy of WingPro and installed it (I thought) |
| 2025-09-06 00:00:44 +0000 | commented question |
Still can't get WingPro to "see" python
What version of Wing do you have? You need Wing 10 to use Python 3.13, and should be sure to upgrade to 10.0.10 to avoi |
| 2025-09-05 22:44:36 +0000 | answered a question |
wing11 micropython support
There's no specific support for micro-controllers in Wing, in part because the debugger can't really run on one. So Win |
| 2025-09-05 22:44:36 +0000 | received badge | Rapid Responder ( source ) |
| 2025-09-01 19:00:23 +0000 | received badge | Rapid Responder ( source ) |
| 2025-09-01 19:00:23 +0000 | answered a question |
What to do. WingPro can't seem to find a useable python.
Set the Python Executable in Project Properties to Command Line and the path printed by 'which python' and I think it sh |
| 2025-08-29 08:45:26 +0000 | received badge | Rapid Responder ( source ) |
| 2025-08-29 08:45:26 +0000 | answered a question |
Wing101 DisplayVersion missing
Yes, we will try to add this soon. |
| 2025-08-11 18:17:39 +0000 | answered a question |
await expression in the debug shell
You're correct that Wing does not support await in the Python Shell or Debug Probe. We'll look into supporting it in a f |
| 2025-08-04 10:36:49 +0000 | commented question |
TK messagebox hanging after update to Wing 11
Please send your code or a test case that reproduces this to support@wingware.com It will hopefully help us narrow down |
| 2025-07-28 19:16:11 +0000 | commented answer |
using WING_TEST_DJANGO_SETTINGS_MODULE
Sorry, I thought you were debugging tests through the testing tool. Have you tried setting DJANGO_SETTINGS_MODULE for yo |
| 2025-07-28 18:53:59 +0000 | commented answer |
using WING_TEST_DJANGO_SETTINGS_MODULE
Line 198 of run_djangotests_xml.py is where WING_TEST_DJANGO_SETTINGS_MODULE is used to set DJANGO_SETTINGS_MODULE So t |
| 2025-07-28 16:59:09 +0000 | commented answer |
using WING_TEST_DJANGO_SETTINGS_MODULE
The best way to debug this is to step through the Django setup code. For us to help (and we'd be stepping through the Dj |
| 2025-07-28 10:17:35 +0000 | commented question |
strange 'import pandas as pd' interaction with snippets
Could you submit a bug report from Wing's Help menu and include the log file? Could you also see if snippets can be inse |
| 2025-06-24 12:22:31 +0000 | answered a question |
jump to test file function
I'm not finding an existing example of this but you would call GetCurrentSourceScopes on the CAPIApplication object in t |
| 2025-06-24 12:06:10 +0000 | answered a question |
"Command+enter" to send message in ai coder
If you bound Command+Enter to the command eval-sel-in-shell then it'll always do that command because it is active all t |
| 2025-06-22 20:30:47 +0000 | received badge | Rapid Responder ( source ) |
| 2025-06-22 20:30:47 +0000 | answered a question |
Right mouse button click not works
This is a bug that should be fixed in the next release. |
| 2025-06-22 16:46:19 +0000 | commented question |
Right mouse button click not works
Could you go to the Wing Settings Directory that is listed in the About dialog box, find the error-log file, and email i |
| 2025-06-22 14:41:46 +0000 | commented question |
Right mouse button click not works
Please submit a bug report from Wing's Help menu and check the box to include the error-log. |
| 2025-06-20 12:20:43 +0000 | commented question |
"Command+enter" to send message in ai coder
What OS are you on and what keyboard type? It seems like that already is working for me but it may be because I'm tryin |
| 2025-06-20 12:19:28 +0000 | commented question |
"Command+enter" to send message in ai coder
What OS are you on and what keyboard type? It seems like that already is working for me but it may be because I'm tryin |
| 2025-06-09 17:15:34 +0000 | answered a question |
uv and ruff tool path problem
This was a bug that should be fixed in Wing 11.0.1+. |
| 2025-06-06 11:59:19 +0000 | received badge | Rapid Responder ( source ) |
| 2025-06-06 11:59:19 +0000 | answered a question |
Variable Persistence in the Debug Console
That's odd. What is the error message, if any? If you put that into code does it work when you debug it? If it is some |
| 2025-05-26 14:56:48 +0000 | answered a question |
builtins.AttributeError: 'str' object has no attribute 'co_consts'
This is fixed in a Wing 10 update. Please use Help > Check for Updates to get it. |
| 2025-05-26 14:56:48 +0000 | received badge | Rapid Responder ( source ) |
| 2025-05-24 12:42:32 +0000 | commented answer |
Refactoring using local AI solutions
Could you please email an example prompt that works better to support@wingware.com? As you seem to know (but I'll menti |
| 2025-05-24 12:40:12 +0000 | commented answer |
Refactoring using local AI solutions
Could you please email an example prompt that works better to support@wingware.com? |
| 2025-05-23 13:47:07 +0000 | commented answer |
Refactoring using local AI solutions
I suspect the fact that we include all of much of the content of the current file with requests is blowing the context w |