[issue4165] Failure building 64-bit Python on Leopard

2008-10-22 Thread Anand Patil
Anand Patil <[EMAIL PROTECTED]> added the comment: That worked, thanks Mark. make worked fine also, but make install failed at the end with running install_egg_info Writing /Library/Frameworks/Python64.framework/Versions/2.6/lib/python2.6/lib- dynload/Python-2.6-py2.6.egg-info

[issue4165] Failure building 64-bit Python on Leopard

2008-10-21 Thread Anand Patil
New submission from Anand Patil <[EMAIL PROTECTED]>: Configuring with sihpc03:Python-2.6 anand$ ./configure --with-framework-name=Python64 -- with-universal-archs=all --enable-framework --enable- universalsdk=MACOSX_DEPLOYMENT_TARGET=10.5 on an Intel Mac Pro with the latest Leopard and

[issue1113] interrupt_main() fails to interrupt raw_input()

2007-09-07 Thread Anand Patil
Anand Patil added the comment: OK, thanks for your help. On 9/6/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > > > Georg Brandl added the comment: > > Anand Patil schrieb: > > Anand Patil added the comment: > > > > Sorry- Where can I get this patch? Th

[issue1113] interrupt_main() fails to interrupt raw_input()

2007-09-06 Thread Anand Patil
Anand Patil added the comment: Sorry- Where can I get this patch? The SourceForge patch manager says it's closed. Thanks, Anand On 9/6/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > > > Georg Brandl added the comment: > > This is ultimately the same as #685846, for w

[issue1113] interrupt_main() fails to interrupt raw_input()

2007-09-05 Thread Anand Patil
New submission from Anand Patil: Mac OS 10.4, Python 2.5 from pythonmac.org: The function listen() in the attached should be interrupted after a second, but it waits until return is pressed before catching the exception. -- components: Macintosh files: test.py messages: 55673 nosy