0

I want to develop an app with WXPython or other GUI for Python,

can I use a packager for Mac and Windoze that package all the necesary frameworks for my app to work?

thanks!

1 Answer 1

1

I have good experience rolling everything up using py2exe, and then packaging it all with Inno Setup. There were good hooks to deal with hand-built libraries, matplotlib and data files. The py2exe tutorial shows how to put them together.

This was a Windows solution -- Inno Setup is Windows only so it won't work on OSX for you.

Sign up to request clarification or add additional context in comments.

1 Comment

py2app works perfectly for osx and it uses almost the same setup.py format. I use both py2exe and py2app, and even pyinstaller for linux

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.