equivalent of py2exe in other os

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

    #1

    equivalent of py2exe in other os

    Hi,
    I was just wondering if there is a equivalent of py2exe on linux
    (centOS) and mac (OS X). I have a python script that uses wx and I dont
    want to install wx on linux/mac machines. What are my choices?
    Thanks
    Astan

    --
    "Formulatio ns of number theory: Complete, Consistent, Non-trivial. Choose two." -David Morgan-Mar



    Animal Logic


    Please think of the environment before printing this email.

    This email and any attachments may be confidential and/or privileged. If you are not the intended recipient of this email, you must not disclose or use the information contained in it. Please notify the sender immediately and delete this document if you have received it in error. We do not guarantee this email is error or virus free.



  • bieffe62@gmail.com

    #2
    Re: equivalent of py2exe in other os

    On 7 Ott, 11:32, Astan Chee <st...@al.com.a uwrote:
    Hi,
    I was just wondering if there is a equivalent of py2exe on linux
    (centOS) and mac (OS X). I have a python script that uses wx and I dont
    want to install wx on linux/mac machines. What are my choices?
    Thanks
    Astan
    >
    --
    "Formulatio ns of number theory: Complete, Consistent, Non-trivial. Choose two." -David Morgan-Mar
    >
    Animal Logichttp://www.animallogic .com
    >
    Please think of the environment before printing this email.
    >
    This email and any attachments may be confidential and/or privileged. If you are not the intended recipient of this email, you must not disclose or use the information contained in it. Please notify the sender immediately and delete this document if you have received it in error. We do not guarantee this email is error or virus free.
    For Linux I know of (but never used myself) PyInstaller :
    Find information, resources and relevant links for python-hosting.com. This domain may be for sale.

    They seem to have a in-development version for OS/X too, so maybe you
    could give it a try ...

    HTH
    -----
    FB

    Comment

    • Diez B. Roggisch

      #3
      Re: equivalent of py2exe in other os

      Astan Chee wrote:
      Hi,
      I was just wondering if there is a equivalent of py2exe on linux
      (centOS) and mac (OS X). I have a python script that uses wx and I dont
      want to install wx on linux/mac machines. What are my choices?
      Thanks
      Astan
      Did you bother googling?



      First hit.

      Linux gives a lot of results too.

      Diez

      Comment

      • Pierre-Alain Dorange

        #4
        Re: equivalent of py2exe in other os

        <bieffe62@gmail .comwrote:
        For Linux I know of (but never used myself) PyInstaller :
        Find information, resources and relevant links for python-hosting.com. This domain may be for sale.

        They seem to have a in-development version for OS/X too, so maybe you
        could give it a try ...
        py2app for Mac works fine.
        <http://wiki.python.org/moin/MacPython/py2app>
        --
        Pierre-Alain Dorange

        Ce message est sous licence Creative Commons "by-nc-sa-2.0"
        <http://creativecommons .org/licenses/by-nc-sa/2.0/fr/>

        Comment

        Working...