Hey I was just wondering if it is possible to create an executable file (mac) with python in eclipse classic? If not, than how can I create an executable with my python code? I cant use py2app because that dosen’t work with Pygame.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try using pyinstaller. It should be able to create an executable for Windows, Linux, and Mac. It does have support for pygame (and I’ve used it successfully to build several programs using pygame, albeit only in Windows and Linux), but you might need to apply this bugfix first, depending on if the latest download has fixed this or not.
I believe it runs independently from Eclipse.