I have created a modbus server script using twisted and few other modules. In Anaconda spyder tool, the script works fine but when i create exe file using cx_freeze tool, i get the below error.
Twisted requires zope.interface 3.6.0 or later: no module named zope.interface
Please help me finding a solution for this.
Note: I have installed twisted and other modules using pip install from anaconda command prompt