I have a fairly simple python ttk app developed on my mac. I use python from macports. When I run the script it works as expected, using aqua themed widgets. But when I turn it into an app with py2app, it starts X11 and use an X11 theme, which is (a) slow and (b) ugly.
Getting py2app working was tricky. The macports port doesn't work but using easysetup with a few dependencies solved the problem. However, I end up with something which is no good anyway.
I build a great Windows executable in a windows virtual machine, no problems (the windows machine has activepython).'
Ah, when I remove the macports python and revert to the apple python, the app I build is very small and runs in aqua. So what I've learnt is the macports for Lion does not give an aqua version of tkinter, and that aptana studio was using the native python interpreter even though my path preferred the macports version. So I don't think I will use macports for python in future.