[issue9329] freeze tool cannot handle JSON module properly
Sam Saint-Pettersen added the comment: Problem occurs with "frozen" programs if: from encodings import hex_codec ...is not explicitly written in the script. -- status: open -> pending ___ Python tracker <http://bugs.pyth
[issue9329] freeze tool cannot handle JSON module properly
New submission from Sam Saint-Pettersen : Freeze tool can generate Makefile and C code for Python programs using the JSON module. The code can be compiled fine, but when a program using the JSON module is run, this is returned: Traceback (most recent call last): 2 File "myProgr