Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial support to freeze #115

Closed
wants to merge 1 commit into from
Closed

Initial support to freeze #115

wants to merge 1 commit into from

Conversation

marcelotduarte
Copy link

With this patch and another in the tg2, it is possible to freeze tg2 and
tw2 with cx_Freeze.
The zip library used by cx_freeze and py2exe does not support egg. The
resource_filename is not supported in plain zip.
I changed the extension lookup to find the resource at the first check
(all templantes in tw2 are .html)

With this patch and another in the tg2, it is possible to freeze tg2 and
tw2 with cx_Freeze.
The zip library used by cx_freeze and py2exe does not support egg. The
resource_filename is not supported in plain zip.
I changed the extension lookup to find the resource at the first check
(all templantes in tw2 are .html)
@amol- amol- closed this Aug 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants