I have a Python script that runs on Windows 10 Pro x64.
When I open task manager, it shows that Python is running as 32-bit application. This is weird because:
- Python 3.12.2 is installed as 64-bit variant (double-checked)
- Installer got from here
- This is the only Python instance installed on this PC
Script was launched via double-click on it (if this is important info)
Please, explain me:
- Why it is still shown as 32-bit in task manager? Or is it error of Task Manager?
- Is it possible to force running all python scripts as 64-bit? If yes: how?
Источник: https://stackoverflow.com/questions/781 ... n-installe