First time here? Check out the FAQ!

Martin_A's profile - activity

2024-03-19 13:51:33 +0000 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 13:50:21 +0000 received badge Notable Question (source)
2024-03-19 13:50:21 +0000 received badge Popular Question (source)
2024-03-07 21:43:28 +0000 received badge Editor (source)
2024-03-07 21:43:28 +0000 edited question Issues with pyenv virtual environment and CPU usage

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

2024-03-07 20:08:37 +0000 asked a question Issues with pyenv virtual environment and CPU usage

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

2022-05-23 14:26:11 +0000 received badge Student