This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author borisompol
Recipients BreamoreBoy, Weird, amaury.forgeotdarc, benjamin.peterson, borisompol, chn, denversc, georg.brandl, jmfauth, kevinwatters, terry.reedy, tlesher, trentm, twhitema
Date 2015-06-22.17:13:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434993213.6.0.714775716174.issue3905@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-06-22 17:13:33borisompolsetrecipients: + borisompol, georg.brandl, terry.reedy, amaury.forgeotdarc, kevinwatters, tlesher, benjamin.peterson, trentm, jmfauth, twhitema, Weird, BreamoreBoy, denversc, chn
2015-06-22 17:13:33borisompolsetmessageid: <1434993213.6.0.714775716174.issue3905@psf.upfronthosting.co.za>
2015-06-22 17:13:33borisompollinkissue3905 messages
2015-06-22 17:13:33borisompolcreate