First time here? Check out the FAQ!

Wingware Support's profile - activity

2024-07-26 08:09:28 -0500 answered a question Trouble setting up AI

They've made some sort of change to the API that affects trying to use the gpt-4o* models from the AI Chat tool. We'll

2024-07-26 08:09:28 -0500 received badge Rapid Responder ( source )
2024-07-26 08:06:24 -0500 edited question Trouble setting up AI

Trouble setting up AI I have trouble setting up AI. I've tried multiple models. For gpt-4o-mini it says "unsupported mod

2024-07-22 12:20:39 -0500 commented answer After ending a remote debug project and using a local procect afterwards wing 10 almost shows an hourglass cursor and is horrible slow an unusable. What can I do ?

You can also collect a profile that might show where Wing is spending time: 1) Use Edit -> Command By Name and enter

2024-07-22 12:20:20 -0500 commented answer After ending a remote debug project and using a local procect afterwards wing 10 almost shows an hourglass cursor and is horrible slow an unusable. What can I do ?

You can also collect a profile that might show where Wing is spending time: 1) Use Edit -> Command By Name and enter

2024-07-22 09:53:49 -0500 commented answer After ending a remote debug project and using a local procect afterwards wing 10 almost shows an hourglass cursor and is horrible slow an unusable. What can I do ?

Submitting a bug report with a log file from Wing's Help menu will send us a log file. Is Wing unreasonably slow if you

2024-07-22 09:32:15 -0500 answered a question After ending a remote debug project and using a local procect afterwards wing 10 almost shows an hourglass cursor and is horrible slow an unusable. What can I do ?

Could you submit a bug report with an error-log when this happens? Restarting Wing with the local project should be a w

2024-07-19 11:33:37 -0500 received badge Rapid Responder ( source )
2024-07-19 11:33:37 -0500 answered a question Autocompletion on classes with __getattr__

One approach is always to run to a breakpoint with the results you expect and then write / edit code. Unit tests can be

2024-07-11 11:04:29 -0500 answered a question Can I integrate jupyterlab in wingide to facilitate the cell-by-cell debugging?

You can use Wing in conjunction with Jupyter -- see https://wingware.com/doc/howtos/jupyter Wing does not contain a bui

2024-07-10 18:40:33 -0500 received badge Rapid Responder ( source )
2024-07-10 18:40:33 -0500 answered a question OS Command to run Ruff not working properly

I think this is due to ${WING:FILENAME} being empty if there is not file at the current focus. That's somewhat of a sur

2024-07-10 12:02:44 -0500 received badge Rapid Responder
2024-07-10 12:02:44 -0500 answered a question How to sort selected lines

It's supposed to be in https://wingware.com/doc/commands/scripts but for some reason that's empty. We'll look into fixi

2024-07-10 11:49:11 -0500 commented answer How to sort selected lines

OK now in English again.

2024-07-10 11:34:40 -0500 commented answer How to sort selected lines

Which currently is inexplicably in German... will fix that shortly!

2024-07-10 11:33:56 -0500 commented answer How to sort selected lines

Yes, in the command reference: https://wingware.com/doc/commands

2024-07-10 10:01:34 -0500 answered a question How to sort selected lines

There is a command called sort-selected that does this. You'll need to invoke it either from Edit > Command by Name,

2024-07-10 10:01:34 -0500 received badge Rapid Responder ( source )
2024-07-03 08:51:50 -0500 edited question Difficulties with django tests

difficulties with django tests I have a very very hard time using Wing testing tool to run django tests. My django proje

2024-06-24 11:45:03 -0500 received badge Rapid Responder ( source )
2024-06-24 11:45:03 -0500 answered a question The editable mode installed package by pip cannot be completed by default.

Using the compat mode for editable installs should fix this. The command line for installing the current directory is:

2024-06-07 06:55:25 -0500 commented answer Difficulties with django tests

I really think we need to replicate this here because I'm trying to explain the solution for a problem that I don't yet

2024-06-06 11:29:12 -0500 commented answer Difficulties with django tests

OK, yea, I think we need a test / example project we can try here to sort this out and try to implement the necessary su

2024-06-05 14:04:38 -0500 commented answer Difficulties with django tests

Unfortunately I don't know how to make that work. One idea is to debug the test and set a breakpoint at the top level o

2024-06-05 06:31:12 -0500 commented answer Difficulties with django tests

I wasn't talking about running manage2.py in the debugger using a named entry point. That certainly would work but does

2024-06-04 09:17:59 -0500 answered a question question about the Wing Django documentation

Yes. I'd recommend different projects and switching as needed with Project > Recent or the popup at the top of the P

2024-06-04 09:17:59 -0500 received badge Rapid Responder ( source )
2024-06-04 09:17:06 -0500 commented answer Difficulties with django tests

Yes, that's what I meant. Is that working for you? You may not need a named entry point if you just set its file prope

2024-06-03 11:51:25 -0500 received badge Rapid Responder ( source )
2024-06-03 11:51:25 -0500 answered a question How to Handle ANSI Escape Sequences in Stack Data display?

There's no way to configure Wing to change what it's displaying in Stack Data. The intention for that is to show what i

2024-06-03 11:45:49 -0500 answered a question Difficulties with django tests

One idea is to have separate Wing projects for each app. You can easily switch from the Project > Recent menu and it

2024-06-03 11:45:49 -0500 received badge Rapid Responder ( source )
2024-05-30 07:52:48 -0500 answered a question Is it possible to get the application icon to show when testing?

Not that I know of, without changing the icon for Python itself. That could of course be done if you run a custom insta

2024-05-30 07:52:48 -0500 received badge Rapid Responder ( source )
2024-05-29 09:36:05 -0500 received badge Rapid Responder ( source )
2024-05-29 09:36:05 -0500 answered a question End of line - LF block

You probably have the Editor > Show EOL preference enabled for some reason. Turning that off should hide those marks

2024-05-29 09:34:42 -0500 edited question End of line - LF block

end of line - LF block New user - macOS - Wing Personal - Editor 'dark mode' In Editor, when I hit Return/Enter to move

2024-05-28 07:14:23 -0500 edited question Why does my debug console not work, giving error message "Cannot execute: no debug process"

why does my debug console not work, giving error message "Cannot execute: no debug process" import os Cannot

2024-05-28 07:13:58 -0500 received badge Rapid Responder ( source )
2024-05-28 07:13:58 -0500 answered a question Why does my debug console not work, giving error message "Cannot execute: no debug process"

The Debug Console is a Python shell that executes in the current stack frame of the active debug process. If you have n

2024-05-24 18:54:28 -0500 received badge Rapid Responder ( source )
2024-05-24 18:54:28 -0500 answered a question How to disable writing main.update-history information to ~/.wingpro10/preferences?

There's currently no way to prevent Wing from writing this to the preferences. It's used for diagnostic purposes only a

2024-05-24 07:21:50 -0500 answered a question Auto-complete quit working, odd behavior

For the record: This was with Wing 7 and (we think) fixed in later versions (current as of now is Wing 10).

2024-05-24 07:17:28 -0500 answered a question Debugging fails to step, and breakpoints don't break

This should be fixed as of Wing 10.0.4.1

2024-05-24 07:15:35 -0500 answered a question Debug I/O shows warning for tserver/dbgutils.py

This should be fixed in Wing 10.0.4.2

2024-05-22 14:35:07 -0500 commented answer viewing all tests of a project within the testing tool

It's not currently possible to add files that are run by Django's manage.py to the Testing tool individually. They all

2024-05-21 08:42:01 -0500 edited answer viewing all tests of a project within the testing tool

You should be able to mix and match testing runners in the Testing tool. Sounds like you have manage.py set up already

2024-05-21 08:41:39 -0500 received badge Rapid Responder ( source )
2024-05-21 08:41:39 -0500 answered a question viewing all tests of a project within the testing tool

You should be able to mix and match testing runners in the Testing tool. Sounds like you have manage.py set up already