Re: [Pythonmac-SIG] 32-bit build of Python 3.1 on 64-bit machine running Snow Leopard?

2009-12-13 Thread Ned Deily
In article , Mitchell L Model wrote: > Is it possible to create 32-bit build of Python 3.1 on 64-bit machine running > Snow Leopard? Using the 3.1 subversion sources I have tried a variety of > configure settings, but all produce 64-bit builds. The following does create > a 32-bit only build f

[Pythonmac-SIG] coercing to text

2009-12-13 Thread Adam Morris
Hi all, Quick question from someone getting used to appscript with python. How do I coerce into a text? reference.get(resulttype=k.text) But that doesn't seem to do what I want it to do. In Applescript I actually get the string, but in appscript I still get a reference. Thanks for your help!

Re: [Pythonmac-SIG] coercing to text

2009-12-13 Thread Ned Deily
In article <9b202abc0912130745u53d4fe79vfd9ca0a2aa839...@mail.gmail.com>, Adam Morris wrote: > Quick question from someone getting used to appscript with python. > > How do I coerce into a text? > > reference.get(resulttype=k.text) > > But that doesn't seem to do what I want it to do. In Appl