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 JT.Johnson
Recipients JT.Johnson
Date 2010-02-15.19:07:17
SpamBayes Score 1.5695536e-08
Marked as misclassified No
Message-id <1266260840.45.0.891652447218.issue7936@psf.upfronthosting.co.za>
In-reply-to
Content
I am running Python 2.6.4 on Windows Vista and when I try to get any command line arguments via sys.argv, it only contains sys.argv[0], but nothing else. Even if I supply several parameters. The only third-parts modules I am using are Pygame, but even before Pygame imports, there is nothing in sys.argv. I've tried creating a shortcut with the args in it, but it still doesn't work.
Note that I also have a couple other Python versions installed (2.5, 2.7a, and 3.1) maybe somehow they are conflicting?
History
Date User Action Args
2010-02-15 19:07:20JT.Johnsonsetrecipients: + JT.Johnson
2010-02-15 19:07:20JT.Johnsonsetmessageid: <1266260840.45.0.891652447218.issue7936@psf.upfronthosting.co.za>
2010-02-15 19:07:18JT.Johnsonlinkissue7936 messages
2010-02-15 19:07:17JT.Johnsoncreate