I periodically release a dmg for a Python/wxPython app with py2app, and it has been working great. I only have access to a Snow Leopard machine and I would like to ensure that my app works on as many versions of OS X as possible. In the past, I have found that an app created on Snow Leopard worked on Leopard but did not work on Tiger or earlier.
I have two questions:
(1) Can I release a single app that will work on Tiger, Leopard, Snow Leopard, and hopefully Lion? If so, how?
(2) Does it matter if I use 32 bit or 64 bit Python/wxPython?