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

Hooks: Python 2 json/simplejson dynamically load encodings.hex_codec #17

Closed
anthony-tuininga opened this issue Jan 10, 2013 · 2 comments

Comments

@anthony-tuininga
Copy link
Collaborator

Originally reported by: Thomas Kluyver (Bitbucket: takluyver, GitHub: takluyver)


json & simplejson in Python 2 call .decode('hex'), which loads the module encodings.hex_codec. We should add a hook to ensure this is copied.

From this Stackoverflow question.


@anthony-tuininga
Copy link
Collaborator Author

Original comment by Thomas Kluyver (Bitbucket: takluyver, GitHub: takluyver):


I can't replicate this on 2.7 or 2.6 on Linux - the frozen program says that the module exists as <module 'encodings.hex_codec' from '<frozen>'>

@marcelotduarte
Copy link
Owner

Closing due to inactivity.
cx_Freeze 6.1 has just been released.

marcelotduarte added a commit that referenced this issue Sep 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants