Making Windows Executables From Python Source

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025

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

  • @TOMRIDDLE2891
    @TOMRIDDLE2891 14 лет назад

    mann u r great! i have been trying for a long time and after watching video, the thing became really easy...

  • @devinsmith4713
    @devinsmith4713 11 лет назад

    Thanks a billion... spent hours trying to figure this out

  • @asib12
    @asib12  14 лет назад

    @CEREAL5951 That means either your py2exe is oudated or your Python is. Just dl the latest version of each. If that doesn't work, you're probably out of luck, because the warning is due to the py2exe module, not your code. It shouldn't matter anyway, as it's not actually an error, it's just a warning. I would've thought deprecated modules would still be useable.

  • @asib12
    @asib12  15 лет назад

    I'll be getting on to that later in the Python series. Unfortunately, you'll have to wait until it comes out (I hate putting out videos without fore fronting them with the proper information).

  • @haIston
    @haIston 12 лет назад

    Thank you very much!

  • @nf767
    @nf767 11 лет назад

    to avoid this - " 'python' is not recognized as an internal or external command " message, go to windows -> right click Computer -> properties -> advanced system settings -> advanced -> environment variables -> look for a field called 'path', and add the location of your python folder there (example:C:\Python27)

  • @Timelord3049
    @Timelord3049 12 лет назад

    I get the error:
    Traceback (most recent call in last):
    File "setup.py", line 2 in ?
    import py2exe
    ImportError: no module named py2exe
    (that was in cmd, in the python shell, there was no problem importing py2exe)

  • @daredevilpwn
    @daredevilpwn 13 лет назад

    I know this vid is old but how do you fix EOF errors when using raw_input or input

  • @Polofiesta12
    @Polofiesta12 14 лет назад

    It says that console is not defined what does this mean?

  • @happymerc
    @happymerc 15 лет назад

    @supergenius1994 it took some tinkering but after almost an hour now i got mine to work.

  • @m4unot
    @m4unot 15 лет назад

    Executables Works thanks to you ^^
    but if yo open yo're program another black box also open op?? how to prevnt the black box from showing op?

  • @koekje00005
    @koekje00005 13 лет назад

    you sound like edd from eddsworld