Re: [Pythonmac-SIG] build matplotlib on 10.3.9 without a bus error?

2006-07-06 Thread Bob Ippolito
On Jul 6, 2006, at 4:00 PM, Kevin Walzer wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Russell E Owen wrote: > >> If/when a fat Aqua Tcl/Tk comes out that works with my app, I can try >> to make it all fat. But that could be awhile. I suspect the current >> ActiveState Tcl/Tk (8.4.

Re: [Pythonmac-SIG] build matplotlib on 10.3.9 without a bus error?

2006-07-06 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Kevin Walzer <[EMAIL PROTECTED]> wrote: >...FYI, I have a "fat" build of Tk Aqua 8.4.12 here: > > http://tk-components.sourceforge.net/installer/index.html > > As far as I know, this is the only "universal" package in distribution. > ActiveState ships separate bu

Re: [Pythonmac-SIG] build matplotlib on 10.3.9 without a bus error?

2006-07-06 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, "Charlie Moad" <[EMAIL PROTECTED]> wrote: > On 7/3/06, Russell E. Owen <[EMAIL PROTECTED]> wrote: > > I'm trying to build on a PPC MacOS X 10.3.9 system using Python 2.4.1, > > but "import pylab" gives a bus error. (This is for a python app I > > distribute, so I

[Pythonmac-SIG] py2app and universal TkAqua

2006-07-06 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have been unable to build the "hello-tk" demo that ships with py2app if I am building against a "universal" build of Tcl/Tk. Here is my setup: from distutils.core import setup import py2app setup( app=['hello.py'], options=dict( py

Re: [Pythonmac-SIG] build matplotlib on 10.3.9 without a bus error?

2006-07-06 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Russell E Owen wrote: > If/when a fat Aqua Tcl/Tk comes out that works with my app, I can try > to make it all fat. But that could be awhile. I suspect the current > ActiveState Tcl/Tk (8.4.13) is not fat, and even if it were -- Aqua > Tcl/Tk 8.4.1

[Pythonmac-SIG] Embedding MacPython in Matlab via mex file

2006-07-06 Thread Paul Jager
Hello Barry I found in google a forum post you submitted to MacPython about using a framework in MATLAB, and i thought id risk emailing you i hope you dont mind and if so my apologies. I am not very up with "real programming" as I am an engineering student, but part of my project requires m

Re: [Pythonmac-SIG] build matplotlib on 10.3.9 without a bus error?

2006-07-06 Thread Russell E Owen
At 4:43 PM -0700 7/3/06, Bob Ippolito wrote: >On Jul 3, 2006, at 4:19 PM, Russell E. Owen wrote: > >>I'm trying to build on a PPC MacOS X 10.3.9 system using Python 2.4.1, >>but "import pylab" gives a bus error. (This is for a python app I >>distribute, so I can't give up on 10.3.9 yet. Once I solv

Re: [Pythonmac-SIG] build matplotlib on 10.3.9 without a bus error?

2006-07-06 Thread Russell E Owen
At 8:32 PM -0400 7/3/06, Charlie Moad wrote: >On 7/3/06, Russell E. Owen <[EMAIL PROTECTED]> wrote: >>I'm trying to build on a PPC MacOS X 10.3.9 system using Python 2.4.1, >>but "import pylab" gives a bus error. (This is for a python app I >>distribute, so I can't give up on 10.3.9 yet. Once I sol

[Pythonmac-SIG] pygame 1.8.0pre build for Mac OS X available

2006-07-06 Thread Bob Ippolito
The Xcode project used to build smpeg is here: http://undefined.org/python/smpeg-XcodeProjects-20060706.tgz -bob ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] Using SWIG, C++, and OS X

2006-07-06 Thread Ronald Oussoren
On Jul 6, 2006, at 7:58 PM, Siddartha Krishnan wrote: Hi, I'm new to using SWIG for python. I am having several problems creating a C++ extension module for python. I am using OS X 10.4 with python 2.4 and SWIG 1.3.29 (using darwinports). I can use SWIG and distutils in order to make a C exte

Re: [Pythonmac-SIG] Using SWIG, C++, and OS X

2006-07-06 Thread Kent Quirk
Siddartha Krishnan wrote: > I'm new to using SWIG for python. I am having several problems > creating a C++ extension module for python. I am using OS X 10.4 with > python 2.4 and SWIG 1.3.29 (using darwinports). > > I can use SWIG and distutils in order to make a C extension module > for pyt

[Pythonmac-SIG] Using SWIG, C++, and OS X

2006-07-06 Thread Siddartha Krishnan
Hi, I'm new to using SWIG for python. I am having several problems creating a C++ extension module for python. I am using OS X 10.4 with python 2.4 and SWIG 1.3.29 (using darwinports). I can use SWIG and distutils in order to make a C extension module for python, however, I cannot do so for