Skip to content
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.

py2exe on windows #123

Closed
timeyyy opened this issue Dec 18, 2015 · 1 comment
Closed

py2exe on windows #123

timeyyy opened this issue Dec 18, 2015 · 1 comment
Milestone

Comments

@timeyyy
Copy link
Contributor

timeyyy commented Dec 18, 2015

our cxfreeze fix isn't working here.. created an issue on py2exe issue tracker..

https://sourceforge.net/p/py2exe/bugs/142/

@timeyyy timeyyy added this to the py3k milestone Dec 18, 2015
@timeyyy
Copy link
Contributor Author

timeyyy commented Jan 6, 2016

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
timeyyy added a commit to timeyyy/esky that referenced this issue Jan 24, 2016
timeyyy added a commit to timeyyy/esky that referenced this issue Jan 30, 2016
timeyyy added a commit to timeyyy/esky that referenced this issue Feb 10, 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. closes cloudmatrix#123
@timeyyy timeyyy closed this as completed Feb 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant