Making Standalone Executable file (Pyinstaller, PyQt5, Python, SQLite)

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 11

  • @cocoCook-o2n
    @cocoCook-o2n 3 วันที่ผ่านมา

    thank you very much,love you ,you rescue me

  • @desertshadow72
    @desertshadow72 3 ปีที่แล้ว +1

    A pytinstaller *.spec file can be used to automate the dist dependencies.
    Likewise, poetry can be used to automate your virtual python environment

  • @mokus603
    @mokus603 3 ปีที่แล้ว +1

    Great video and good looking UI. Thank you for your time and effort!

  • @sakichan2640
    @sakichan2640 3 ปีที่แล้ว +1

    Thank u so much ! really helpful

  • @tonowibi
    @tonowibi 3 ปีที่แล้ว +1

    cool... i like the UI....

  • @ihsanali5132
    @ihsanali5132 3 ปีที่แล้ว +1

    Thanks a lot really helped

  • @RuleZ69
    @RuleZ69 2 ปีที่แล้ว +1

    Many Thanks!!!

  • @j.p.brochu8592
    @j.p.brochu8592 3 ปีที่แล้ว

    Do you know if pyinstaller work ok with Pandas dependencies?

  • @EW-mb1ih
    @EW-mb1ih 2 ปีที่แล้ว

    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 ?

  • @parthiraja1614
    @parthiraja1614 2 ปีที่แล้ว

    Sir my code is working when run as python script. But not working when when converted into .exe file. Pls help.

    • @Alex-pi2ie
      @Alex-pi2ie  2 ปีที่แล้ว

      Maybe you missed some steps that I have mentioned in my video