[issue19264] subprocess.Popen doesn't support unicode on Windows

2017-03-15 Thread Valentin LAB
Valentin LAB added the comment: For eventual other people wanting a workaround, this is the code I used to leverage ``ctypes`` and redo what last python 3 code is doing. Any comment are welcome, this is my first go at ``ctypes``. I didn't extensively tested the code... so use at your own

[issue17574] pysetup failing with "OSError: [Errno 18] Invalid cross-device link".

2013-03-29 Thread Valentin Lab
New submission from Valentin Lab: running:: $ pysetup remove shyaml 'shyaml' cannot be removed. Error: [Errno 18] Invalid cross-device link Same happens when using:: $ pysetup install shyaml==0.1.3 Besides, I've no idea of the state of distutils2 which was promising