pythonidepython-idlestartmenu

IDLE python IDE launches differently when opened from start menu link than from actual folder


(I can work around this but I am curious as to why it happens.)

I have the standard installation of Python on Windows 10. I also have the Anaconda package installed.

I noticed that when I started IDLE from the start menu it launched thus

Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 07:18:10) [MSC v.1900 32 bit (Intel)] on win32

Yet when I go to the actual folder the link points to, and open idle.pyw it starts thus

Python 3.6.5 |Anaconda, Inc.| (default, Mar 29 2018, 13:32:41) [MSC v.1900 64 bit (AMD64)] on win32

Strange...

What exactly is causing it to start in these different ways?

The only way I can open the Python 3.6.0 is now through the start menu link - how could I launch 3.6.0 without having to go through the start menu?


Solution

  • Either you have misinterpreted something or there is something strange in the registry. In either case, once you have the 32-bit 3.6.0 open, you can right click on the icon in the taskbar and click 'Pin to taskbar'. Or, you can drag and drop the Start Menu icon to the desktop. Either way, I recommend upgrading to 3.6.6 now or 3.6.7 in a week or so.