[Pythonmac-SIG] matplotlib problems

2005-08-11 Thread Samuel M.Smith
I installed the matplotlib from http://pythonmac.org/packages/ matplotlib-0.82-py2.4-macosx10.3.zip if I try to import pylab it exits and complains about not having pygtk. It is my understanding that if I have wxPython installed that I don't need pygtk. Apparently the dependency is still there

Re: [Pythonmac-SIG] SciPy install on Tiger with Python 2.4.1 framework

2005-08-11 Thread Samuel M. Smith
So has anyone built SciPy with Python 2.4.1 framework on 10.4? Has anyone used the DarwinPorts or Fink version. How would I know if the one I just built is good or as good as it gets without installing the other two? Does anyone know if there would by any conflicts in installing both the Darw

Re: [Pythonmac-SIG] SciPy install on Tiger with Python 2.4.1 framework

2005-08-11 Thread Samuel M. Smith
> > Unfortunately, it doesn't look scipy.org has been updated with > instructions on pulling from Subversion, but Fernando Perez has put up > a snapshot of CVS before it was switched to subversion at > > http://ipython.scipy.org/tmp/scipy_cvs_2005-07-29.tgz > > This *should* build correctly on OS X

Re: [Pythonmac-SIG] SciPy install on Tiger with Python 2.4.1 framework

2005-08-11 Thread David M. Cooke
"Samuel M. Smith" <[EMAIL PROTECTED]> writes: > Maybe I am being stupid but I tried to install scipy on 10.4.2 using > Bob Ippolito's Framework python 2.4.1 > and following the directions on the scipy website for os x http:// > www.scipy.org/Members/fonnesbeck/osx_build.txt/ > > I first install

Re: [Pythonmac-SIG] SciPy install on Tiger with Python 2.4.1 framework

2005-08-11 Thread Samuel M. Smith
On 11 Aug, 2005, at 12:26, Brian Granger wrote: > What version of gcc are you using? I have not had any luck getting > scipy and its dependencies working with gcc 4.0. > /usr/bin/gcc powerpc-apple-darwin8-gcc-4.0.0 ___ Pythonmac-SIG maillist - Py

Re: [Pythonmac-SIG] SciPy install on Tiger with Python 2.4.1 framework

2005-08-11 Thread Brian Granger
What version of gcc are you using? I have not had any luck getting scipy and its dependencies working with gcc 4.0. Maybe this has changed? Has anyone had success with gcc 4.0 yet? If you need to change the default version of gcc on Mac OS X use the command: sudo gcc_select 3.3 Brian On

Re: [Pythonmac-SIG] SciPy install on Tiger with Python 2.4.1 framework

2005-08-11 Thread Chris Barker
Samuel M.Smith wrote: > Or should I give up and use DarwinPorts or Fink? Please don't, it would be really nice to have SciPy build on a fink-free OS-X. Please make sure to file patches for the changes to need to make to get it to work. -Chris -- Christopher Barker, Ph.D. Oceanographer

Re: [Pythonmac-SIG] SciPy install on Tiger with Python 2.4.1 framework

2005-08-11 Thread Samuel M. Smith
> > Bob's exactly right (as usual) and I just feel the need to rant a > little: > > This is really lame coding, and it's a pattern I see a lot: > > if ONE_WAY_TO_CHECK_FOR_ONE_THING: > do this > else: > we MUST be doing what I have on my system! > > lame, and bug prone. > > At the very l

Re: [Pythonmac-SIG] SciPy install on Tiger with Python 2.4.1 framework

2005-08-11 Thread Samuel M.Smith
>> >> I only installed packages that said they were compatible with Tiger >> and 2.4.1 >> > > Packages that say 10.4 are *ONLY* compatible with 10.4. Packages > that say 10.3 also work on 10.4. Sorry thats what I meant by my statement. I installed both 10.4 only and 10.4 compatible (which inclu

Re: [Pythonmac-SIG] SciPy install on Tiger with Python 2.4.1 framework

2005-08-11 Thread Chris Barker
Bob Ippolito wrote: > On Aug 11, 2005, at 6:15 AM, Samuel M. Smith wrote: >>if sys.platform=='darwin': >> if os.path.realpath(sys.executable).startswith('/System'): >> # This is when Python is from Apple framework >> opt.extend(["-Wl,-framework","-Wl,Python"]) >> #else we

Re: [Pythonmac-SIG] SciPy install on Tiger with Python 2.4.1 framework

2005-08-11 Thread Bob Ippolito
On Aug 11, 2005, at 6:15 AM, Samuel M. Smith wrote: > Maybe I am being stupid but I tried to install scipy on 10.4.2 using > Bob Ippolito's Framework python 2.4.1 > and following the directions on the scipy website for os x http:// > www.scipy.org/Members/fonnesbeck/osx_build.txt/ > > I first ins

[Pythonmac-SIG] SciPy install on Tiger with Python 2.4.1 framework

2005-08-11 Thread Samuel M. Smith
Maybe I am being stupid but I tried to install scipy on 10.4.2 using Bob Ippolito's Framework python 2.4.1 and following the directions on the scipy website for os x http:// www.scipy.org/Members/fonnesbeck/osx_build.txt/ I first installed python 2.4.1 and several of the packages from Bob's s