First time here? Check out the FAQ!

Revision history  [back]

ssort is installed in a venv:

C:\GitRepo\ee_web_django\venv\Lib\site-packages\ssort

${WING:PYTHON} -c "import sys; print(sys.executable)" gave me:

C:\Users\EricE\AppData\Local\Programs\Python\Python39\python.exe

From the Python Shell:

'sys.path

['', 'C:\Users\EricE\AppData\Local\Programs\Python\Python311\python311.zip', 'C:\Users\EricE\AppData\Local\Programs\Python\Python311\DLLs', 'C:\Users\EricE\AppData\Local\Programs\Python\Python311\Lib', 'C:\Users\EricE\AppData\Local\Programs\Python\Python311', 'C:\GitRepo\ee_web_django\venv', 'C:\GitRepo\ee_web_django\venv\Lib\site-packages']

sys.version

('3.11.4 (tags/v3.11.4:d2340ef, Jun 7 2023, 05:45:37) [MSC v.1934 64 bit ' '(AMD64)]')'

image description

Per your last suggestion, switching to Command Line in Project Properties and pasting in:

C:\GitRepo\ee_web_django\venv\Scripts\python.exe

got ssort running (and isort). I actually used this time to look at ruff and added it as an OS Command, I think I found a new and better tool...