[Python-bugs-list] [Bug #111486] sys.argv in 1.6b1

noreply@sourceforge.net noreply@sourceforge.net
Fri, 25 Aug 2000 12:52:24 -0700


Bug #111486, was updated on 2000-Aug-09 07:32
Here is a current snapshot of the bug.

Project: Python
Category: Modules
Status: Open
Resolution: None
Bug Group: None
Priority: 7
Summary: sys.argv in 1.6b1

Details: version: 1.6b1 
os: Win2k

script

> import sys
> 
> for a in sys.argv:
>     print a

called with 

> C:\Temp\site\bin>test 1 2 3

gives following result

> C:\Temp\site\bin\test.py

the parameters "1 2 3" are lost.

Follow-Ups:

Date: 2000-Aug-14 10:37
By: none

Comment:
i tried the same version with Windows ME, but couldn't reproduce the problem.

but deinstalling 1.6b1 and reinstalling on Win2k didn't help.

before installing 1.6b1, i had 1.5.2 running without any problems. i deinstalled 1.5.2 prior installation of 1.6b1.

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

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=111486&group_id=5470