Re: [Pythonmac-SIG] Address Book Bindings?

2005-02-27 Thread Bob Ippolito
On Feb 27, 2005, at 14:21, Nick Matsakis wrote: Does anyone know if anyone has written python bindings for the Mac Addressbook API? I would expect it wouldn't be too difficult for anyone who knows how to do this, since they provide a simple C API. (I've never written anything but pure Python).

Re: [Pythonmac-SIG] Python 2.4 test_locale fails?

2005-02-27 Thread Brett C.
Jim Correia wrote: (New to the list, couldn't find the answer in the archives...) I'm just getting around to building and installing Python 2.4 on 10.3.8. After building and running the tests, test_locale fails. (If I tweak the test to not abort after the first failure I see that it fails for the d

[Pythonmac-SIG] Address Book Bindings?

2005-02-27 Thread Nick Matsakis
Does anyone know if anyone has written python bindings for the Mac Addressbook API? I would expect it wouldn't be too difficult for anyone who knows how to do this, since they provide a simple C API. (I've never written anything but pure Python). http://developer.apple.com/documentation/UserExpe

[Pythonmac-SIG] Python 2.4 test_locale fails?

2005-02-27 Thread Jim Correia
(New to the list, couldn't find the answer in the archives...) I'm just getting around to building and installing Python 2.4 on 10.3.8. After building and running the tests, test_locale fails. (If I tweak the test to not abort after the first failure I see that it fails for the decimal_point and t

[Pythonmac-SIG] Re: PyQt bus error

2005-02-27 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Can you be more specific? Is this a problem in that your application crashes and you lose data, or just that it's not a very graceful shutdown? PyQt on the Mac is a bit buuggy, even with my binary distribution. Because it's such a monster to build, I ha