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
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
__