Re: Creating single .exe file without py2exe and pyinstaller

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

    Re: Creating single .exe file without py2exe and pyinstaller

    you can try jungle ( http://www.suda-chen.biz/?page_id=21 ) also
    ---------- ÒÑת·¢Óʼþ ----------
    From: MRAB <google@mrabarn ett.plus.com>
    To: python-list@python.org
    Date: Mon, 20 Oct 2008 15:47:55 -0700 (PDT)
    Subject: Re: Creating single .exe file without py2exe and pyinstaller
    On Oct 20, 4:48 pm, Larry Bates <larry.ba...@vi talEsafe.comwro te:
    Tino Wildenhain wrote:
    Abah Joseph wrote:
    2) use a python to C(++) compiler and compile the result to .exe,
    works pretty well for simple applications:
    http://shed-skin.blogspot.com/
Working...