Re: [Pythonmac-SIG] Python 3 with Cocoa

2010-01-02 Thread Ronald Oussoren
On 2 Jan, 2010, at 5:17, Adam Morris wrote: > > Next step after that is to get Python 3 going for Cocoa! Think I'll have to > wait on that until PyObj is ported though! I'm working on that... Ronald > ___ > Pythonmac-SIG maillist - Pythonmac-SIG@

Re: [Pythonmac-SIG] Python 3 with Cocoa

2010-01-02 Thread has
Adam Morris wrote: > I've recently tried installing appscript to my python3 installation from > MacPorts and I wasn't able to get it working. I'm interested in python3 for > its seamless unicode handling most of all — I do mostly text processing as > I'm developing a program to be used for (hu

[Pythonmac-SIG] Python 3 with Cocoa

2010-01-01 Thread Adam Morris
Dear all, I wrote to you the other week about the selection()() issue and got a really great reply. I never realized that the applescript munging going on would affect the way appscript works. Thanks for all the help, I've since got my classes working the way I want them to. I've recently tried i