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
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
>
> 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
"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
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
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
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
>
> 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
>>
>> 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
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
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
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
12 matches
Mail list logo