Convert .py to .exe in 37 seconds!

Поделиться
HTML-код
  • Опубликовано: 7 июл 2023
  • How to convert .py (Python) to .exe (Executable File) in 37 seconds!
  • НаукаНаука

Комментарии • 34

  • @demiserblx
    @demiserblx 9 месяцев назад +22

    doesnt work

    • @PracticalCoding.
      @PracticalCoding.  9 месяцев назад +1

      thx for opinion

    • @ROCKSMASHER
      @ROCKSMASHER 7 месяцев назад +23

      bro how tf is this an opinion@@PracticalCoding.

    • @PracticalCoding.
      @PracticalCoding.  7 месяцев назад +2

      @@ROCKSMASHER indeed it wasnt an opinion, it was slander

    • @Trakatz
      @Trakatz 5 месяцев назад +11

      dafuk? @@PracticalCoding.

    • @Woef718
      @Woef718 2 месяца назад +1

      @@ROCKSMASHER lmao

  • @vegasdealer777
    @vegasdealer777 9 месяцев назад +1

    Worked for me on a simple program. Thanks.

  • @itzleo222
    @itzleo222 5 месяцев назад

    ImportError: cannot import name 'setup' from 'distutils'

  • @brk.aep7
    @brk.aep7 4 месяца назад

    how to set an icon?

  • @sumpfel100
    @sumpfel100 8 месяцев назад +1

    Great Video🤩 but I get the error that there isn't a module named py2exe.

  • @NotPonoskas
    @NotPonoskas 3 месяца назад

    its not works ! if i open cmd and type "python setup.py py2exe" its give me a error with no module find py2exe and if i type pip install py2exe its type me a big red error.

  • @Pawlo370
    @Pawlo370 3 месяца назад +1

    1. how to compile multiple files
    2. how to make only 1 exe file?

    • @PracticalCoding.
      @PracticalCoding.  3 месяца назад

      Try compiling main file in which you import rest of files

  • @AerooTyzz
    @AerooTyzz Месяц назад +1

    Traceback (most recent call last):
    File "C:\Users\****\Documents\Python\Mod\setup.py", line 1, in
    from distutils.core import setup
    ModuleNotFoundError: No module named 'distutils'
    shows that error how to fix

    • @PracticalCoding.
      @PracticalCoding.  Месяц назад +1

      Try typing in cmd pip install distutils, if it's not working then it must be other type of problem

    • @AerooTyzz
      @AerooTyzz Месяц назад

      @@PracticalCoding. appreciate ur response but i already fixed it

    • @PracticalCoding.
      @PracticalCoding.  Месяц назад

      @@AerooTyzz you so smart

    • @mhmdbsarili816
      @mhmdbsarili816 Месяц назад

      @@AerooTyzz how

  • @plaidsnowfrog
    @plaidsnowfrog 7 месяцев назад +1

    exe file doesnt work

    • @PracticalCoding.
      @PracticalCoding.  7 месяцев назад

      exe file is destroying after running, so try using time.sleep() in python code for more time to see if sth change

  • @NetherG547
    @NetherG547 4 месяца назад

    No working

  • @adelyar.subhan
    @adelyar.subhan 2 месяца назад

    w*f didn't work.

  • @trvvvper
    @trvvvper 8 месяцев назад +1

    error: [WinError 87] The parameter is incorrect.