First time here? Check out the FAQ!

Martin_A's profile - activity

2024-03-19 08:51:33 -0500 marked best answer Issues with pyenv virtual environment and CPU usage

Two Issues:

1) Looking for a quick hack to make this message go away when I start up Wing on Windows 10.

General: Cannot find Python

A supported version of Python could not be found. If you have a recent Python,
be sure you also have a recent version of Wing. If you do not have Python on
your system, you will need to install it before most of Wing's features will 
function properly. If Python is already installed, use Project Properties in 
the Project menu to select the Python Executable to use.

My python installs

PS C:\python\Snippets> pyenv versions
* 3.11.7 (set by C:\Python\.pyenv\pyenv-win\version)
  3.7.9
  3.8.10

Relevant env entries

PYENV=C:\Python\.pyenv\pyenv-win\
PYENV_HOME=C:\Python\.pyenv\pyenv-win\
PYENV_ROOT=C:\Python\.pyenv\pyenv-win\

There are no python executables on the path due to using pyenv

2) While getting that message above and until I open a project Windows Defender aka Antimalware Service Executable aka MsMpEng.exe starts consuming 66% of CPU. Thats not good.

2024-03-19 08:50:21 -0500 received badge Popular Question (source)
2024-03-19 08:50:21 -0500 received badge Notable Question (source)
2024-03-07 15:43:28 -0500 edited question Issues with pyenv virtual environment and CPU usage

Issues with pyenv virtual environment and CPU usage Two Issues: 1) Looking for a quick hack to make this message go awa

2024-03-07 15:43:28 -0500 received badge Editor (source)
2024-03-07 14:08:37 -0500 asked a question Issues with pyenv virtual environment and CPU usage

Issues with pyenv virtual environment and CPU usage Two Issues: 1) Looking for a quick hack to make this message go away

2022-05-23 12:28:45 -0500 commented question How to position cursor when snippet is finished

Sorry the code formatting in the comment is sticky and wrong. Could not edit it out.

2022-05-23 12:27:57 -0500 commented question How to position cursor when snippet is finished

The |!| construct does not seem to change cursor behavior. The string does not show up in the editor. I see this 05/23/

2022-05-23 09:26:11 -0500 received badge Student (source)
2022-05-20 23:18:22 -0500 asked a question How to position cursor when snippet is finished

How to position cursor when snippet is finished Have this code that works well: # %(now|datetime)s AAA - ! except it