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 quiver
Recipients
Date 2004-09-08.15:14:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=671362

Hi, Martin.

Your fix doesn't look enough for me.
I tried a new installer but noticed that all command-line 
argumetns(install, --help, etc) are ignored.

I think adding %* after "%1" is necessary.

Then the file association to *.py files looks like:
  "C:\Python24\python.exe" "%1" %*
or
  "C:\Python24\python.exe" -console "%1" %*   # CVS HEAD

Thanks in advance.
History
Date User Action Args
2007-08-23 14:25:58adminlinkissue1022010 messages
2007-08-23 14:25:58admincreate