Hello, Thank you for your video. I get this error chen I try to run the exe: """ Traceback (most recent call last): File "inventory_manager.py", line 7, in File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module File "PyQt5\__init__.py", line 20, in ModuleNotFoundError: No module named 'pkgutil' """" Do you have any idea how to fix this ?
thank you very much,love you ,you rescue me
A pytinstaller *.spec file can be used to automate the dist dependencies.
Likewise, poetry can be used to automate your virtual python environment
Great video and good looking UI. Thank you for your time and effort!
Thank u so much ! really helpful
cool... i like the UI....
Thanks a lot really helped
Many Thanks!!!
Do you know if pyinstaller work ok with Pandas dependencies?
Hello, Thank you for your video.
I get this error chen I try to run the exe:
"""
Traceback (most recent call last):
File "inventory_manager.py", line 7, in
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
File "PyQt5\__init__.py", line 20, in
ModuleNotFoundError: No module named 'pkgutil'
""""
Do you have any idea how to fix this ?
Sir my code is working when run as python script. But not working when when converted into .exe file. Pls help.
Maybe you missed some steps that I have mentioned in my video