This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: IDLE does not start for 2.3 on windows.
Type: Stage:
Components: Installation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: kbk Nosy List: kbk, mcherm, tim.peters
Priority: normal Keywords:

Created on 2003-08-06 13:39 by mcherm, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Messages (5)
msg17657 - (view) Author: Michael Chermside (mcherm) (Python triager) Date: 2003-08-06 13:39
For Python 2.3 installed on Windows (well, Windows 
2000 anyway, I haven't tested others), a space in the 
pathname will create an shortcut to IDLE that does not 
work.

To demonstrate the problem: get a fresh Windows 2000 
system. Run the Python 2.3 installer. Select "C:/Program 
Files/Python23" as the install directory. Use default 
selections for all other installer options. After install, go 
to Programs menu, select "Python 2.3" > "IDLE (Python 
GUI)". It will launch a pythonw process, but nothing will 
appear on the screen.

The problem appears to be the space in the pathname. 
If you create a shortcut with the path spelled out in full 
(long names not 8-char abreviations) and with quotes 
around the pathnames that contain spaces, that 
shortcut will work.

I'm not sure what the fix is, but regretably lots of people 
have Windows and many of them put their applications 
in "Program Files". In addition to a patch, we should 
probably put this in a Known Bugs list somewhere where 
newbies will find it (where is that?).
msg17658 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2003-08-08 17:49
Logged In: YES 
user_id=149084

> If you create a shortcut with the path spelled out in full
> (long names not 8-char abreviations) and with quotes
> around the pathnames that contain spaces, that
> shortcut will work. 

I haven't been able to make this work.  Do you have a
shortcut example involving "Program Files" that starts
IDLE1.0 correctly?

Duplicate of 780451
msg17659 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2003-08-14 14:58
Logged In: YES 
user_id=149084

Now works with spaces in path.
Fixed at PyShell.py Rev 1.82
Backported to release22-maint
msg17660 - (view) Author: Tim Peters (tim.peters) * (Python committer) Date: 2003-08-14 15:02
Logged In: YES 
user_id=31435

Kurt, did you mean "Backported to release22-maint"?  
release23-maint is more important.
msg17661 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2003-08-14 15:03
Logged In: YES 
user_id=149084

um, release23-maint
History
Date User Action Args
2022-04-10 16:10:31adminsetgithub: 39025
2003-08-06 13:39:30mchermcreate