I\'m writing a programme that needs to run on both Linux and Windows and use executables (with parameters) that exist in the path. (Assumed)
Currently I\'m having tr
A colleague of mine has reproduced this issue with Python 3.6.5 on Windows 10 64-bits.
The installed version of Python was however 32-bits.
Re-installing 64-bits version of Python fixed this issue.