windows - Python script does not receive arguments after installing Visual Studio 2015 -
i installed visual studio 2015. python scripts don't receive command-line arguments anymore.
desktop> python foo.py hello foo ['c:\\users\\niklas\\desktop\\foo.py', 'hello', 'foo'] f:\python34\python.exe desktop> desktop> foo.py hello foo ['c:\\users\\niklas\\desktop\\foo.py'] f:\python34\python.exe
both end being executed same python executable. how can fix this?
Comments
Post a Comment