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!
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.