In article <[EMAIL PROTECTED]>,
has <[EMAIL PROTECTED]> wrote:
> In the process of putting py-appscript 0.19.0 eggs onto PyPI and
> noticed that the installer-based Python 2.6 distribution off
> python.org, like the Python 2.5 that ships with Leopard, seems to
> build eggs as universal but m
On 24 Nov 2008, at 22:46, Sven A. Schmidt wrote:
OK. Can you also try the same commands in AppleScript to check if
it works there or not. Something like:
tell app "System Events"
tell process "Hourglass"
set value of text field 1 of row 1 of table 1 of scroll area 3 ¬
Hi all,
In the process of putting py-appscript 0.19.0 eggs onto PyPI and
noticed that the installer-based Python 2.6 distribution off
python.org, like the Python 2.5 that ships with Leopard, seems to
build eggs as universal but marks their filenames as i386/ppc.
Questions:
- Anyone know