p icon indicating copy to clipboard operation
p copied to clipboard

create python.exe file after compilation

Open brunobord opened this issue 10 years ago • 1 comments

refs: https://github.com/qw3rtman/p/issues/11 warning: this might not be the fix you're expecting, my shell-fu is far from stellar.

brunobord avatar May 13 '15 12:05 brunobord

See my response on #11.

We must check for the existence of python.exe prior to creating the symbolic link as if python.exe does not exist (due to a compilation error, for example), the symbolic link will not be created.

qw3rtman avatar May 13 '15 19:05 qw3rtman