Closed kazumaro756 closed 7 years ago
Hi, can you explain what you mean by this? The PyExcelerate hook appears to be present in the latest PyInstaller 3.3 release: https://github.com/pyinstaller/pyinstaller/blob/master/PyInstaller/hooks/hook-pyexcelerate.Writer.py
I am so sorry! I checked "pip list --o" , and I noticed my pyinstaller is not latest version! After update pyinstaller, Buiding exe completed successfully. Thank you for you comment!
And I must say, pyexceraleta is great! It cuts down the time that processing excel file(especially writing process!!).
Thank you so much!
No problem, glad to hear that you were able to solve the problem.
Thank you for developers effort. Let me ask one question.
I wonder The file" hook-pyexcelerate.Writer.py" is not available for latest version of Pyinstaller. For example, "PyInstaller.hooks.hookutils" was changed to "PyInstaller.utils.hooks".
Please updata " hook-pyexcelerate.Writer.py" file.