You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.
Seems like the same functionality isn't built into py2exe,
The Problem is
py2exe is throwing erros due to open() not being able to work on files in a zip folder.
esky is now dependent on the future library which is doing this.
Solution?
It seems like i need to modify lib2to3, either by monkey patching open so it works on zips or changing the code so it knows where to find the data files
timeyyy
added a commit
to timeyyy/esky
that referenced
this issue
Jan 24, 2016
cxfreeze uses the same fix as py2exe now, we just rewrite the open lines
in lib2to3 so it knows how to find the datafiles that we sit next to the
zip. closescloudmatrix#123
our cxfreeze fix isn't working here.. created an issue on py2exe issue tracker..
https://sourceforge.net/p/py2exe/bugs/142/
The text was updated successfully, but these errors were encountered: