Re: [Pythonmac-SIG] Problems installing 32-bit Py-2.6.4 framework on 10.6.2

2010-02-22 Thread Ned Deily
[Resending, possibly lost in transit] In article <[email protected]>, Tom Loredo wrote: > I've been attempting to install a 32-bit version of Python-2.6.4 > on Snow Leopard 10.6.2. I'd like to install it from source (a > 32-bit binary built for 10.3+ is at Py

Re: [Pythonmac-SIG] Problems installing Python-2.7a3 on 10.6.2

2010-02-22 Thread Ned Deily
[resending, possibly lost in transit] In article <[email protected]>, Tom Loredo wrote: > I've tried installing an intel framework universal build of > Py-2.7a3 on Snow Leopard 10.6.2 (i.e., i386 + x86_64). I > used this configure: > > ./configure --prefix=/u

[Pythonmac-SIG] setting the default pathon path

2010-02-22 Thread Norman Khine
hello, on my 10.6.2 i have compiled python 2.6.4 with the following options: $ ./configure --prefix= $HOME/ all works fine, but with one exception. i am trying to build SWFTools and have the following option: $ ./configure --prefix=$HOME PYTHON=$HOME/bin/python but this still finds the default

Re: [Pythonmac-SIG] setting the default pathon path

2010-02-22 Thread Ned Deily
In article <[email protected]>, Norman Khine wrote: >[...]how do i temporarily > change my system so that the default python is $HOME/bin/python > > i have tried to change the symlink files, i also have in my .profile > export PYTHON=$HOME/bin/python:$

Re: [Pythonmac-SIG] Storing path as alias

2010-02-22 Thread has
Tobias Weber wrote: > Thanks! I made working examples for both, but I guess the first has > AppleScript limitations like requiring a UI context. No, a Window Manager connection is not required. HTH has -- Control AppleScriptable applications from Python, Ruby and ObjC: http://appscript.source

Re: [Pythonmac-SIG] Storing path as alias

2010-02-22 Thread Tobias Weber
On 21.02.2010, at 15:20, has wrote: Thanks! I made working examples for both, but I guess the first has AppleScript limitations like requiring a UI context. > mactypes.Alias doesn't provide flatten/unflatten APIs, but it's just a > wrapper around aem.ae.AEDesc, which does. import base64 impor