I am using python 3.4. I am able to run my python script without any problem. But While running my freezed python script , following error have appeared. I am able to freez
In addition to
from multiprocessing import Queue
I rolled back to the older version of cx_freeze:
pip install cx-freeze==4.3.3
Besides, the "requests" library complained on absence of "urllib3" module. I upgraded this to requests==2.13.0 and all now works.
I'm using Python 3.4 on Win10. Hope this will help.