>> Python (from Subversion trunk in this case) was configured using
>> --enable-shared, but there is no libpython2.7.dylib to be found
>> anywhere inside of the --prefix directory. It does generate a
>> libpython2.7.a file. I'm not doing a framework build. Do I need to?
Chr
Henning Hraban Ramm <[EMAIL PROTECTED]> wrote:
> Could you please tell my how I apply the "OSType" method to an UTI?
> Something like LaunchServices.UTType.UTGetOSTypeFromString(UTI) ?
Well, this is the blind leading the blind, but yes, that looks close to
right to me. You can say,
from Launc
I'm trying to build Python 2.3 on my Mac (OS X 10.5.5) so I can use it
simply to test my lockfile package. It configures fine and the basic make
step works, but the executable has some sort of problem with semaphore
operations:
% ./python.exe
sem_init: Function not implemented
sem_wa
See http://mail.python.org/pipermail/python-dev/2008-March/077380.html.
Bill
[EMAIL PROTECTED] wrote:
> I'm trying to build Python 2.3 on my Mac (OS X 10.5.5) so I can use it
> simply to test my lockfile package. It configures fine and the basic make
> step works, but the executable has some so