Issue784183
Created on 2003-08-06 13:39 by mcherm, last changed 2003-08-14 15:03 by kbk. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg17657 - (view) | Author: Michael Chermside (mcherm) | 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) * ![]() |
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) * ![]() |
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_one) * ![]() |
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) * ![]() |
Date: 2003-08-14 15:03 | |
Logged In: YES user_id=149084 um, release23-maint |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2003-08-06 13:39:30 | mcherm | create | |
