Re: [Pythonmac-SIG] NewBie question: Building GUI for Mac

2008-06-08 Thread Henning Hraban Ramm
Am 2008-06-06 um 16:33 schrieb Kevin Walzer: 2. wxPython is cross-platform but looks great on the Mac with some attention to UI design, is well-documented (both in terms of available sample code online and books), and has a supportive community. It doesn't provide many Mac-specific hooks lik

Re: [Pythonmac-SIG] Applescript equivalent in appscript

2008-06-08 Thread Daniel Lord
On Jun 7, 2008, at 15:46 PM, Rajanikanth Jammalamadaka wrote: Thanks a lot for the links Jordan. Could you tell me why there is a "u" before some names in appscript for example: menus[u'Apple'] That's the Python code to designate a Unicode string. Daniel __