First time here? Check out the FAQ!

Wingware Admin's profile - activity

2025-02-14 16:50:52 -0500 commented answer Refactoring using local AI solutions

I tried this on a very capable machine with 12 CPU cores, 19 GPU cores, and 16 neural engines, although I have no idea i

2025-02-13 11:15:19 -0500 commented answer Refactoring using local AI solutions

Unfortunately it looks like the models we can run locally perform terribly compared with gpt-4o via the OpenAI API. I t

2025-02-11 20:34:43 -0500 received badge Rapid Responder ( source )
2025-02-11 20:34:43 -0500 answered a question Refactoring using local AI solutions

It is something we plan to look into, but not yet available. It will be interesting to compare results from a local sol

2025-01-30 17:32:56 -0500 commented answer What is the best way to set up Wing to work with ESRI Tools created with Python 2.7 or Python 3.x?

Great, thanks for letting us know what it was!

2025-01-30 15:58:37 -0500 commented answer What is the best way to set up Wing to work with ESRI Tools created with Python 2.7 or Python 3.x?

Oh, actually now that I look at the code more carefully I think the above is a printing of a traceback that is happening

2025-01-30 15:57:30 -0500 commented answer What is the best way to set up Wing to work with ESRI Tools created with Python 2.7 or Python 3.x?

Oh, actually now that I look at the code more carefully I think the above is a printing of a traceback that is happening

2025-01-30 13:36:59 -0500 commented answer What is the best way to set up Wing to work with ESRI Tools created with Python 2.7 or Python 3.x?

Is the above copy/pasted? Lib_collections_abc.py is almost certainly wrong and should be Lib\_collections_abc.py (this

2025-01-30 13:36:18 -0500 commented answer What is the best way to set up Wing to work with ESRI Tools created with Python 2.7 or Python 3.x?

Is the above copy/pasted? Lib_collections_abc.py is almost certainly wrong and should be Lib_collections_abc.py (this f

2025-01-30 07:18:33 -0500 received badge Rapid Responder ( source )
2025-01-30 07:18:33 -0500 answered a question What is the best way to set up Wing to work with ESRI Tools created with Python 2.7 or Python 3.x?

You can set Python Executable in Project Properties, from the Project menu, to tell Wing which Python installation or en

2025-01-21 13:07:40 -0500 received badge Teacher ( source )
2025-01-20 08:13:32 -0500 answered a question Uninterrupted breakpoint hit counter

It does seem like we should just increment the hit count also when the breakpoint is reached but ignored. Obviously if

2025-01-20 08:06:38 -0500 commented answer testing tool looses django project when shifting from another project

What version of Wing is this? I've not been able to reproduce this here. It might help if you can email two of the pro

2025-01-15 12:19:25 -0500 received badge Rapid Responder ( source )
2025-01-15 12:19:25 -0500 answered a question testing tool looses django project when shifting from another project

If you still have something in the Filter field in top right of the Testing tool that might be hiding manage.py from the

2025-01-15 07:27:11 -0500 answered a question defining groups of file tests

The Filter field in the top right of the Testing tool should work for this. Is that not working for you?

2025-01-15 07:27:11 -0500 received badge Rapid Responder ( source )
2025-01-15 07:26:18 -0500 received badge Enthusiast
2025-01-09 19:57:38 -0500 edited question Django tests does not see tests in directories added to the project

django tests does not see tests in directories added to the project Hello I just added new directories into my project.

2025-01-09 19:57:28 -0500 edited question Mixing django tests and unittest files in the window of the testing tools

mixing django tests and unittest files in the window of the testing tools If my understanding is correct , Testingtool

2025-01-09 19:57:07 -0500 received badge Rapid Responder ( source )
2025-01-09 19:57:07 -0500 answered a question Mixing django tests and unittest files in the window of the testing tools

The Testing tool just shows all the tests in a list and not sorted into directories. You should be able to have both Dj

2019-05-22 04:40:09 -0500 received badge Famous Question (source)
2019-05-22 04:40:09 -0500 received badge Popular Question (source)
2019-05-22 04:40:09 -0500 received badge Notable Question (source)
2019-03-13 08:52:00 -0500 received badge Taxonomist
2019-03-13 08:30:18 -0500 received badge Organizer (source)
2019-03-07 09:17:26 -0500 edited question New Q&A Forum Provider / Recovering Access to Your Account

New Q&A Forum / Recovering Access to Your Account This Q&A forum has been moved to a new provider. In the proce

2019-03-07 09:16:26 -0500 edited question beginner setup question

beginner setup question Sorry. I'm that guy. I have python 3.6.2 installed, and have Wing pointing to the python.exe in

2019-03-07 09:14:13 -0500 commented answer Does WingIDE support PEP-484 (Type hints) for Python 2.7?

But how?I have the following simple Python module that uses one of the formats, which is proposed in PEP-484 for Python

2019-03-07 09:13:37 -0500 edited question Does WingIDE support PEP-484 (Type hints) for Python 2.7?

Does WingIDE support PEP-484 (Type hints) for Python 2.7? PEP-484 (Type Hints) has been introduced with Python 3.5. PEP-

2019-03-07 09:13:18 -0500 edited question Setting a keyboard shortcut for to 'editor window'

Setting a keyboard shortcut for to 'editor window' Hi I do not see any possibility to set a keyboard shortcut that move

2019-03-07 09:12:46 -0500 commented question UnitTest & code coverage

I made my app start using the launch configuration.But yet I get the error. Traceback (most recent call last): File "

2019-03-07 09:12:18 -0500 edited answer UnitTest & code coverage

Hi! I want to understand if I can use the tests tool of the Wing IDE to run test programs in my application. I can run

2019-03-07 09:12:12 -0500 edited answer UnitTest & code coverage

Hi!I want to understand if I can use the tests tool of the Wing IDE to run test programs in my application. I can run Te

2019-03-07 09:11:33 -0500 edited question UnitTest & code coverage

UnitTest & code coverage Hi! I'm trying to set up test execution.There is a difficult moment. Tests must be perform

2019-03-07 09:11:01 -0500 edited answer Possible to use PipEnv projects in Wing IDE

Make sure you have built an pipevn environment in the project directory and install all packages in Piplfile. > pipe

2019-03-07 09:10:08 -0500 edited answer Possible to use PipEnv projects in Wing IDE

Start wing from the command line where your virtual environment is activated.  This is an alias I use on MAC, pretty sim

2019-03-07 09:09:53 -0500 edited question Possible to use PipEnv projects in Wing IDE

Possible to use PipEnv projects in Wing IDE hi, im not sure how to do this, virtualenv works fine as i can direct the p

2019-03-07 09:09:06 -0500 commented question Deleting/Moving Files (sorted)

Thanks - staring me in the face! One I'd sorted out where 'Trash' is (for me ~/.trash) I can then save anything I want

2019-03-07 09:08:58 -0500 edited question Deleting/Moving Files (sorted)

Deleting/Moving Files (sorted) I feel that I am missing something ! I am using the project manager to develop a small a

2019-03-07 09:07:54 -0500 edited question Wing under Enthought Deployment Manager EDM

Wing under Enthought Deployment Manager EDM How do I get Wing to run under an Enthought Deployment Manager (EDM) context

2019-03-07 09:06:38 -0500 edited question project properties are not persisting

project properties are not persisting Hi, I've googled round a little but alas to no avail. The problem I'm having is t

2019-03-07 09:05:48 -0500 edited question Can't make remote host to work properly

Can't make remote host to work properly I'm having trouble setting up connection to remote host (Ubuntu 16.04 on AWS fro

2019-03-07 09:05:14 -0500 edited answer String Methods in Regex Find and Replace

In Wing Pro there are "Symbol To *" refactoring operations for converting between UpperCamelCase, lowerCamelCase, under_

2019-03-07 09:04:53 -0500 edited question String Methods in Regex Find and Replace

String Methods in Regex Find and Replace I'm trying to convert between variable naming conventions, from: exampleVariab

2019-03-07 09:04:01 -0500 edited question Just upgraded to 6.10 didn't see a prompt for 64-bit version.

Just upgraded to 6.10 didn't see a prompt for 64-bit version. Just upgraded to 6.10 didn't see a prompt for 64-bit versi

2019-03-07 09:03:32 -0500 edited question Run only part of the code

Run only part of the code Hi, Is possible to run Python code only the code that is selected with mouse? Like in RStudio

2019-03-07 09:03:05 -0500 edited question Transient/non-sticky mode - what is Hidden/auto-close

Transient/non-sticky mode - what is Hidden/auto-close A very minor question. I've just decided (after some years) to re