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.

Author srid
Recipients brian.curtin, srid, taleinat, terry.reedy, trentm
Date 2010-11-21.23:57:19
SpamBayes Score 0.0027716549
Marked as misclassified No
Message-id <1290383846.34.0.542311937699.issue6378@psf.upfronthosting.co.za>
In-reply-to
Content
Brian,

The following line:

  start %CURRDIR%..\..\pythonw.exe %CURRDIR%idle.pyw %1 %2 %3 %4 %5 %6 %7 %8 %9

should be changed to:

  start "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9

This is required if Python is installed into a directory with whitespace in its path.
History
Date User Action Args
2010-11-21 23:57:26sridsetrecipients: + srid, terry.reedy, taleinat, trentm, brian.curtin
2010-11-21 23:57:26sridsetmessageid: <1290383846.34.0.542311937699.issue6378@psf.upfronthosting.co.za>
2010-11-21 23:57:19sridlinkissue6378 messages
2010-11-21 23:57:19sridcreate