[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
[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
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
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:$
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
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