Re: [python-win32] argument passing problem on Windows 7 64-Bit

2015-08-03 Thread Tony Cappellini
Dennis, C:\Users\Wulfraed\Documents\Python Progsftype Python.File Python.File=C:\Python_x64\Python27\python.exe %1 %* This appears to have fixed my problem. I am now seeing output similar to yours, that is, the same output in both cases. I am curious how this issue came to be. I don't just

[python-win32] argument passing problem on Windows 7 64-Bit

2015-07-31 Thread Tony Cappellini
Hello, I've got Python 2.7.10 64-Bit installed, via the Anaconda installer The path clearly shows C:\Anaconda in the path. Typing python by itself brings up the python REPL as expected. Running this simplified program easily illustrates the problem I'm seeing in another, larger Python program.