[issue3905] subprocess failing in GUI applications on Windows

Boris report at bugs.python.org
Mon Jun 22 19:13:33 CEST 2015


Boris added the comment:

Probably the same issue: everything works when called from command line, but when called via a desktop shortcut I get 
...
_winapi.DUPLICATE_SAME_ACCESS)
OSError: [WinError 6] The handle is invalid

Changing pythonw to python solved the problem. ...this could be expected behavior. If anyone is interested I can attach my test files.

----------
nosy: +borisompol
versions: +Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3905>
_______________________________________


More information about the Python-bugs-list mailing list