1

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! )

1 Answer 1

1

I have find the solution on pyinstaller git hub provided by Cecil Curry. It is: This is a known issue. python-dateutil 2.5.0 is currently broken with respect to PyInstaller, unfortunately.

Until python-dateutil issues a new stable release correcting this, consider temporarily downgrading to python-dateutil 2.4.2. Apologies for the mild inconvenience – and thanks for taking the time to report this, nonetheless.

I have tested and it works

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.