Re: [Pythonmac-SIG] Python 2.6 eggs don't quite build as universal

2008-11-25 Thread Ned Deily
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

Re: [Pythonmac-SIG] Modifying table cell content with python-appscript

2008-11-25 Thread has
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 ¬

[Pythonmac-SIG] Python 2.6 eggs don't quite build as universal

2008-11-25 Thread has
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