Hello.
I made a file that saves the output value in Excel using openpyxl.
Put the from openpyxlimport workbook in the first line of coding
I've also finished installing the openpyxl package.
But the problem is that if you run this code in Faicham, you'll be able to run it on a normal path
Files are saved properly
pyinstaller-F If you create an execution file with this and run it, an error occurs.
What's the reason? I'm a beginner, so I'm asking you a question because I couldn't solve it.
Please solve this problem
Error phrases are
Traceback (most recen call last):
file "file name.py", line 1, in
ModuleNotFondError : No module named 'openpyxl'
[32096] Failed to execute script file name
It pops up like this.
It seems that there is no openpyxl module
I installed openpyxl in Faicham, do I need to install more?
I'm also wondering if it's not possible to use it on PCs without openpyxl.
openpyxl
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
620 Uncaught (inpromise) Error on Electron: An object could not be cloned
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
© 2024 OneMinuteCode. All rights reserved.