[Python-bugs-list] [ python-Bugs-784183 ] IDLE does not start for 2.3 on windows.

SourceForge.net noreply at sourceforge.net
Thu Aug 14 09:03:22 EDT 2003


Bugs item #784183, was opened at 2003-08-06 08:39
Message generated for change (Comment added) made by kbk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=784183&group_id=5470

Category: Installation
Group: Python 2.3
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Michael Chermside (mcherm)
Assigned to: Kurt B. Kaiser (kbk)
Summary: IDLE does not start for 2.3 on windows.

Initial Comment:
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?).

----------------------------------------------------------------------

>Comment By: Kurt B. Kaiser (kbk)
Date: 2003-08-14 10:03

Message:
Logged In: YES 
user_id=149084

um, release23-maint


----------------------------------------------------------------------

Comment By: Tim Peters (tim_one)
Date: 2003-08-14 10:02

Message:
Logged In: YES 
user_id=31435

Kurt, did you mean "Backported to release22-maint"?  
release23-maint is more important.

----------------------------------------------------------------------

Comment By: Kurt B. Kaiser (kbk)
Date: 2003-08-14 09:58

Message:
Logged In: YES 
user_id=149084

Now works with spaces in path.
Fixed at PyShell.py Rev 1.82
Backported to release22-maint

----------------------------------------------------------------------

Comment By: Kurt B. Kaiser (kbk)
Date: 2003-08-08 12:49

Message:
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

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=784183&group_id=5470



More information about the Python-bugs-list mailing list