Re: [Pythonmac-SIG] xattr question

2010-10-05 Thread Edward Moy
replaced xattr script with improved version hex output for binary with -l hex input for -w with -x flag So the frontend script was replaced with a new one, but the extension is still Bob's xat

Re: [Pythonmac-SIG] machine architecture 32/64 with Python 2.6 on Snow Leopard?

2009-09-19 Thread Edward Moy
I looked into the code for platform.architecture(), and it basically runs the "file" command on /usr/bin/python. If the output contains the string "64-bit", it will return "64bit" as the first tuple. So it depends on what real question you are trying to answer, because in SnowLeopard, /us

Re: [Pythonmac-SIG] Using Python 2.5 on Snow Leopard

2009-09-11 Thread Edward Moy
/Extras/ lib/python/twisted ------- Edward Moy Apple ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] Using Python 2.5 on Snow Leopard

2009-09-11 Thread Edward Moy
configure as suggested by Brad did work for me. This is an unfortunate side-effect of the transition to full 64-bit computing in Mac OS X, and trying to maintain 32-bit compatibility at the same time. -----------

Re: [Pythonmac-SIG] check if wxpython has been installed properly

2009-08-21 Thread Edward Moy
I seem to think that on Tiger, one needed to use pythonw to get GUI access (the regular python is just the plain command line tool, and the window server doesn't allow plain commands to access the GUI). This was changed in Leopard so that either python or pythonw worked. Ed On Aug 20, 200

Re: [Pythonmac-SIG] py-appscript 0.19.0 preview

2008-02-11 Thread Edward Moy
86_64'. ------ Edward Moy Apple Inc. [EMAIL PROTECTED] On Feb 11, 2008, at 8:29 AM, has wrote: Hi all, If anyone's interested in checking out the next version of py- appscript, revision 461 moves the py-appscript-0.19.0 branch to the main trun

Re: [Pythonmac-SIG] readline support for OS X Leopard

2007-10-22 Thread Edward Moy
for Python programmers, and it seems like getting a way forward that works with edline makes sense, or maybe I am wrong and people will need to just manually install readline themselves. Noah On 10/22/07, Edward Moy <[EMAIL PROTECTED]> wrote: On Oct 21, 2007, at 10:51 PM, Noah Gift wro

Re: [Pythonmac-SIG] readline support for OS X Leopard

2007-10-22 Thread Edward Moy
d_bind("bind -v") ---------- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED] ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

[Pythonmac-SIG] Terminal to not have an application signature in Leopard

2006-10-18 Thread Edward Moy
e application signatures are assumed by other modules. Anyone have any comments/ideas about this? ----------- Edward Moy Apple ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.