Closed david-hughes closed 8 years ago
Thanks for the feedback David, issue is now fixed on master branch
Re #99 I think the conditional test needs to be against _sys.versioninfo[0] not sys.version[0] but even with that it still isn't working (I thought it was originally). The block of 'code' containing this change is actually a long text string that gets loaded into "something" and gets executed. So I think the version2/version3 test needs to be outside this block - like it is in f_cxfreeze.py. I will have another look at it tomorrow.
The following change shamelessly borrowed from f_cxfreeze seems to be working OK
In github, esky/bdist_esky/f_py2exe.py line 379-380 says
but Python 2.x requires the syntax
I guess this requires conditional coding depending on the version of Python being used, as is done in f_cxfreeze.py
David Hughes Forestfield Software