Paul Besson
Paul Besson
Hello, I know this is a old ticket but I encountered the same issue today with cx_freeze 6.2 and python 3.7.4. My application works well with when frozen as a...
Still got the same problem with: ``` $ python --version Python 3.7.4 ``` ``` $ python -m pip freeze cx-Freeze==6.3 cx-Logging==2.2 importlib-metadata==2.0.0 numpy==1.18.2 zipp==3.3.1 ```
For this particular error, I think it is because virtualenv provides its own site.py. You can try overwriting the site.py exported in the freezing package by the one from the...