Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Python packaging question

Options
  • 24-04-2008 5: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