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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
18 matches
Mail list logo