[Pythonmac-SIG] python2.5 error building 4Suite-1.0rc4

2006-09-27 Thread Joshua Boverhof
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

[Pythonmac-SIG] (no subject)

2006-09-27 Thread Joshua Boverhof
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

Re: [Pythonmac-SIG] building pyopengl on Tiger?

2006-09-27 Thread Ronald Oussoren
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

Re: [Pythonmac-SIG] building pyopengl on Tiger?

2006-09-27 Thread Bob Ippolito
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,

[Pythonmac-SIG] building pyopengl on Tiger?

2006-09-27 Thread Ronald Oussoren
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 ___

Re: [Pythonmac-SIG] Problems with MacPython packages at pythonmac.org - numpy, scipy, matplotlib

2006-09-27 Thread Russell E. Owen
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

Re: [Pythonmac-SIG] Why Do I Explicitly Need MacPython

2006-09-27 Thread Bob Ippolito
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

Re: [Pythonmac-SIG] Why Do I Explicitly Need MacPython

2006-09-27 Thread Konrad Hinsen
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

[Pythonmac-SIG] Problems with MacPython packages at pythonmac.org - numpy, scipy, matplotlib

2006-09-27 Thread Adam Bull
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