Re: [Pythonmac-SIG] Qualcomm Purevoice codec

2005-02-28 Thread Bob Ippolito
On Mar 1, 2005, at 1:52 AM, Roger Binns wrote: I believe it's Quicktime.Quicktime and Quicktime.Qt -- it doesn't override anything that's implemented in 2.3 Those are the ones. The former has hundreds of constants and the latter has hundreds of methods. Needless to say I have absolutely no ide

Re: [Pythonmac-SIG] Qualcomm Purevoice codec

2005-02-28 Thread Roger Binns
I believe it's Quicktime.Quicktime and Quicktime.Qt -- it doesn't override anything that's implemented in 2.3 Those are the ones. The former has hundreds of constants and the latter has hundreds of methods. Needless to say I have absolutely no idea what to call to get my conversion done. Roge

Re: [Pythonmac-SIG] Qualcomm Purevoice codec

2005-02-28 Thread Bob Ippolito
On Mar 1, 2005, at 12:24 AM, Roger Binns wrote: Easier still is Python23Compat: http://bob.pythonmac.org/archives/2005/02/02/python23compat/ Ok, I installed that and did: import Carbon.Qt help(Carbon.Qt) I couldn't see any methods for getting codecs or feeding them wav/pcm information. I believe

Re: [Pythonmac-SIG] Qualcomm Purevoice codec

2005-02-28 Thread Roger Binns
Easier still is Python23Compat: http://bob.pythonmac.org/archives/2005/02/02/python23compat/ Ok, I installed that and did: import Carbon.Qt help(Carbon.Qt) I couldn't see any methods for getting codecs or feeding them wav/pcm information. Roger ___ Pyth

Re: [Pythonmac-SIG] Qualcomm Purevoice codec

2005-02-28 Thread Bob Ippolito
On Feb 28, 2005, at 11:50 PM, Roger Binns wrote: The quicktime module for Python 2.4 has a lot of new functionality (and it's also available as an addon for Python 2.3, through my experimental database for Package Manager). Access to codecs is one of the things that has been added. Can you pleas

Re: [Pythonmac-SIG] Qualcomm Purevoice codec

2005-02-28 Thread Roger Binns
The quicktime module for Python 2.4 has a lot of new functionality (and it's also available as an addon for Python 2.3, through my experimental database for Package Manager). Access to codecs is one of the things that has been added. Can you please give me some direction on how to get this into

Re: [Pythonmac-SIG] SciPy installer for Panther Python, anyone?

2005-02-28 Thread Brendan Simons
On 28-Feb-05, at 6:00 AM, [EMAIL PROTECTED] wrote: From: Peter Maxwell <[EMAIL PROTECTED]> Date: February 27, 2005 11:22:51 PM EST To: pythonmac-sig@python.org Subject: [Pythonmac-SIG] SciPy installer for Panther Python, anyone? No guarantees, but my latest attempt to compile SciPy seems to have w

Re: [Pythonmac-SIG] CFURL Pain

2005-02-28 Thread Bob Ippolito
On Feb 28, 2005, at 6:16 PM, has wrote: Bob wrote: Well I can verify that there definitely are serious problems with CFURL after screwing around with it a bit. Figures. Yuck. Must be bgen's revenge for all the nasty things we ever said about it. All the nasty things I ever said about it are becau

Re: [Pythonmac-SIG] CFURL Pain

2005-02-28 Thread has
Bob wrote: Well I can verify that there definitely are serious problems with CFURL after screwing around with it a bit. Figures. Yuck. Must be bgen's revenge for all the nasty things we ever said about it. All the nasty things I ever said about it are because of things like this :) But it's so qu

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

2005-02-28 Thread Jim Correia
On Sun, 27 Feb 2005 12:30:19 -0800, Brett C. <[EMAIL PROTECTED]> wrote: > The bug is in Panther. If you link anything against CoreFoundation it locks > out changing the locale through locale.h in C which is what Python uses. That's odd, but I can reproduce it with a short C program as you descri

Re: [Pythonmac-SIG] CFURL Pain

2005-02-28 Thread Nicholas Riley
On Mon, Feb 28, 2005 at 06:41:47PM +, has wrote: > import Carbon.CF as CF > f = > CF.CFURLCreateFromFileSystemRepresentation('file://localhost/Users/has/', > True) That's not a filesystem representation (code for "UTF-8 encoded path"). > u'./file://localhost/Users/has' (Where did './' come

Re: [Pythonmac-SIG] CFURL Pain

2005-02-28 Thread has
Bob wrote: I'm not really up on these APIs nor their Python wrappers, but I suspect this stuff is broke: [...] Anyone want to confirm/correct me? (OS10.2.8, MacPython 2.3.3) I wouldn't be surprised if it's broken, Mmmm... encouraging. (Hey: if bgen is so great, why won't it generate some damn test

Re: [Pythonmac-SIG] CFURL Pain

2005-02-28 Thread Bob Ippolito
On Feb 28, 2005, at 3:41 PM, has wrote: Bob wrote: I'm not really up on these APIs nor their Python wrappers, but I suspect this stuff is broke: [...] Anyone want to confirm/correct me? (OS10.2.8, MacPython 2.3.3) I wouldn't be surprised if it's broken, Mmmm... encouraging. (Hey: if bgen is so gre

Re: [Pythonmac-SIG] CFURL Pain

2005-02-28 Thread Bob Ippolito
On Feb 28, 2005, at 1:41 PM, has wrote: I'm not really up on these APIs nor their Python wrappers, but I suspect this stuff is broke: First try: import Carbon.CF as CF f = CF.CFURLCreateFromFileSystemRepresentation('file://localhost/Users/ has/', True) print f # print `f.CFURLGetString().toP

[Pythonmac-SIG] CFURL Pain

2005-02-28 Thread has
Hi folks, I'm not really up on these APIs nor their Python wrappers, but I suspect this stuff is broke: First try: import Carbon.CF as CF f = CF.CFURLCreateFromFileSystemRepresentation('file://localhost/Users/has/', True) print f # print `f.CFURLGetString().toPython()` # u'./file://localhost/

Re: [Pythonmac-SIG] Qualcomm Purevoice codec

2005-02-28 Thread Jack Jansen
On 22 Feb 2005, at 08:24, Roger Binns wrote: Can anyone give me hints on how to access the Qualcomm Purevoice codec that is part of Quicktime from Python? In BitPim we convert between wav and Purevoice using the convertor that Qualcomm provides: http://www.cdmatech.com/solutions/products/purevoic

Re: [Pythonmac-SIG] SciPy installer for Panther Python, anyone?

2005-02-28 Thread Just van Rossum
Peter Maxwell wrote: > No guarantees, but my latest attempt to compile SciPy seems to have > worked: > > http://cbis.anu.edu.au/misc/SciPy_complete-0.3.2.mpkg.zip Thanks. In the meantime, it turned out my problem was trivially solvable through Numeric, so I can skip SciPy for now. But it's gre

[Pythonmac-SIG] SciPy installer for Panther Python, anyone?

2005-02-28 Thread Peter Maxwell
No guarantees, but my latest attempt to compile SciPy seems to have worked: http://cbis.anu.edu.au/misc/SciPy_complete-0.3.2.mpkg.zip -- Peter Maxwell ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pytho