Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Python packaging question

  • 24-04-2008 05:40PM
    #1
    Closed Accounts Posts: 140 ✭✭


    Dear lads,

    I have written a python GUI application. I can distribute it on Windows & Mac using py2exe and py2app respectively. I was wondering is there any similar package/module for Linux, where I can distribute it via Linux binaries.

    py2exe ==> gives me .exe (windows)
    py2app ==> gives me .app (mac)

    py2bin (there isn't one)) ===> gives me .bin (Linux)

    I have tried pyinstaller package, but was not successful.

    If any python programmers around here could help me to solve this problem of distributing to Linux as a Linux binary.


    Cheers


Advertisement