For you Python developers out there... what process do you use to bundle Python programs as native Mac .app packages? If your program depends on external libraries, how do you handle those?
I know there's py2app, which works quite well, but is there anything else a Python developer should do before using py2app (such as running the python code through the freeze tool first)?
I know there's py2app, which works quite well, but is there anything else a Python developer should do before using py2app (such as running the python code through the freeze tool first)?