Hi. I have pythonmac python 2.4.4 installed on my PPC on Mac OSX 10.3.9
and having trouble building mod_python for Apache 2.0.59. I have built
apache just fine. Config for mod_python 3.3.1 looks good and output is
below. Failing on make due to arch flags and getting a number of
warnings on poin
Hi Folks,
Background:
I'm porting a number of c/c++ programs as libraries for python
import using SWIG + SCONS or MAKE
I can build a lib*.so library OK (a compiled c program uses it)
I can SWIG to produce the *wrap.c and *.py files.
I'm having trouble with the next step :
David Worrall wrote:
> Some questions:
> Do I need to make the first *so or not or is it necessary/usual
> practice to SWIG and then build the whole final library in one hit.
I think this is a matter of preference really. However, if the "first
*so" is only used for this one purpose, I se
Hi all,
Just wondering what the status of 64-bit support for MacPython is? I
assume it's currently stuck at 32-bit due to all the older Mac-
specific extensions; is there any sort of a plan/timescale for making
it 64-bit clean?
(I ask because I know py-appscript definitely isn't 64-bit compa
On 3/7/07, has <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Just wondering what the status of 64-bit support for MacPython is? I
> assume it's currently stuck at 32-bit due to all the older Mac-
> specific extensions; is there any sort of a plan/timescale for making
> it 64-bit clean?
>
> (I ask becaus