[issue15451] PATH is not honored in subprocess.Popen in win32

2012-07-28 Thread Grissiom Gu
Grissiom Gu added the comment: Thank you for everyone participated in this issue. I learnt a lot from you. But I observe that the same script(with proper modification of file names) works very well under Linux. After I dive into the source code, I found Python use execvpe to invoke the child

[issue15451] PATH is not honored in subprocess.Popen in win32

2012-07-25 Thread Grissiom Gu
New submission from Grissiom Gu chaos.pro...@gmail.com: My system is 32 bit win7 and python is 2.7.2. Sample code is here: === import os, sys nenv = {} nenv['PATH'] = 'C:\\Windows\\System32\\;e:\\projects\\teest\\python\\exe\\' nenv['SystemRoot'] = 'C:\\Windows

[issue3253] shutil.move bahave unexpected in fat32

2008-07-01 Thread grissiom
New submission from grissiom [EMAIL PROTECTED]: Build the environment in a fat32 file system: $echo test test_move $mkdir testmove If I shutil.move('test_move', 'testmove'), it will raise: Traceback (most recent call last): File testmove.py, line 5, in module shutil.move('test_move