I use pyinstaller in generate pythion program with matplotlib a exe file The exe is generated well but when use the exe, there is a error said no module named 'tz' what does it mean?
I have test the pythinstaller with program with numby and pyqt4 without matplotlib, it worksenter image description here well! )