4Suite-XML-1.0rc4 failed to build with python2.5 on my mac OSX
10.4.7, which I installed using universal python-2.5-macosx.dmg.
I was getting this error:
Ft/Xml/src/expat/lib/xmlparse.c:20: error: conflicting types for
'uintptr_t'
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/include/stdint.h:83
4Suite-XML-1.0rc4 failed to build with python2.5 on my mac OSX
10.4.7, which I installed using universal python-2.5-macosx.dmg.
I was getting this error:
Ft/Xml/src/expat/lib/xmlparse.c:20: error: conflicting types for
'uintptr_t'
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/include/stdint.h:83
On Sep 28, 2006, at 7:49 AM, Bob Ippolito wrote:
On 9/27/06, Ronald Oussoren <[EMAIL PROTECTED]> wrote:
Does anyone know how to build PyOpenGL on OSX 10.4? I'm getting loads
of compiler errors. It should be possible to do this because there's
a universal build of pyopengl on the pythonmac.org
On 9/27/06, Ronald Oussoren <[EMAIL PROTECTED]> wrote:
> Does anyone know how to build PyOpenGL on OSX 10.4? I'm getting loads
> of compiler errors. It should be possible to do this because there's
> a universal build of pyopengl on the pythonmac.org site.
I definitely did that build a few times,
Does anyone know how to build PyOpenGL on OSX 10.4? I'm getting loads
of compiler errors. It should be possible to do this because there's
a universal build of pyopengl on the pythonmac.org site.
Ronald
smime.p7s
Description: S/MIME cryptographic signature
___
In article <[EMAIL PROTECTED]>,
Adam Bull <[EMAIL PROTECTED]> wrote:
> Hi, I'm told this is the right place to discuss problems with the
> packages at pythonmac.org? There are a few things that need fixing:
>...
> The matplotlib package, by default, uses the WXAgg backend, which is
> rather
On 9/27/06, Konrad Hinsen <[EMAIL PROTECTED]> wrote:
> On Sep 26, 2006, at 10:45, Ronald Oussoren wrote:
>
> > You can use bdist_mpkg from the setup script and add additional
> > subpackages that way. PyObjC uses this to ship the examples and
> > Xcode templates, this is implemented setup-lib/pyobj
On Sep 26, 2006, at 10:45, Ronald Oussoren wrote:
> You can use bdist_mpkg from the setup script and add additional
> subpackages that way. PyObjC uses this to ship the examples and
> Xcode templates, this is implemented setup-lib/pyobjc_mpkg.py in
> the PyObjC source-tree.
Thanks, I'll loo
Hi, I'm told this is the right place to discuss problems with the
packages at pythonmac.org? There are a few things that need fixing:
The supplied version of scipy, 1.5.0, doesn't work with the supplied
version of of numpy, 1.0b5; it gives an error when importing.
Updating numpy to 1.0rc1 wo