p2exe for python 2.6

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • alessio211734

    p2exe for python 2.6

    Hi!

    How can convert my python script in exe for the python version 2.6?

    Thanks in adavance.


    Ale.
  • Mike Driscoll

    #2
    Re: p2exe for python 2.6

    On Oct 21, 9:44 am, alessio211734 <alessio211...@ yahoo.itwrote:
    Hi!
    >
    How can convert my python script in exe for the python version 2.6?
    >
    Thanks in adavance.
    >
    Ale.
    Download the py2exe source and try recompiling your script with it:



    If you have issues, you'd best join the py2exe mailing list and post
    there.

    Mike

    Comment

    • Stefaan Himpe

      #3
      Re: p2exe for python 2.6

      How can convert my python script in exe for the python version 2.6?

      You must use a standalone executable builder like
      * py2exe (Windows)
      * py2app (Mac OS)
      * PyInstaller (all platforms)
      * cx_Freeze (Windows and Linux)
      * bbFreeze (Windows and Linux)

      Presumably you could use GUI2EXE [1] as a graphical front-end to these
      tools (never tried this myself).

      Best regards,
      Stefaan.

      [1] http://xoomer.alice.it/infinity77/main/GUI2Exe.html

      Comment

      Working...