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

2005-08-19 Thread Chris Barker
Samuel M. Smith wrote: > How do I get it to include the g77 install which it needs to build? I'm not sure I understand your question. bdist_mpkg creates a binary package from a python package created with distutils, so it doesn't need to include the compiler. However, you may be asking about sha

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

2005-08-18 Thread Samuel M. Smith
How do I get it to include the g77 install which it needs to build? On 12 Aug, 2005, at 13:47, Chris Barker wrote: > > > Samuel M. Smith wrote: > >> The gcc 3.3 issue was the key. Thanks for help. >> >> Below is a list of what I did. >> >> Could someone take these directions and create a pkg inst

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

2005-08-13 Thread Bill Northcott
On 12/08/2005, at 4:26 AM, Samuel M.Smith wrote: > And now setup.py build still exits with an error in the same place > but the error is different > > collect2: ld returned 1 exit status > /usr/bin/ld: Undefined symbols: > _fprintf$LDBLStub > _sprintf$LDBLStub > collect2: ld returned 1 exit statu

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

2005-08-12 Thread Chris Barker
Samuel M. Smith wrote: > The gcc 3.3 issue was the key. Thanks for help. > > Below is a list of what I did. > > Could someone take these directions and create a pkg installer for > scipy? So others can just double click to install? Great idea..why not you? py2app bdist_mpkg is fabulous. If y

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

2005-08-12 Thread Samuel M. Smith
The gcc 3.3 issue was the key. Thanks for help. Below is a list of what I did. Could someone take these directions and create a pkg installer for scipy? So others can just double click to install? ** scipy installation instruction for framework python 2.4.1 on OS X 10.4.2 Get

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

2005-08-12 Thread Samuel M. Smith
On 12 Aug, 2005, at 03:01, Bill Northcott wrote: > On 12/08/2005, at 4:26 AM, 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. >> >> Maybe this has changed? Has anyone had success with gcc 4.0 yet?

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

2005-08-12 Thread Samuel M. Smith
On 12 Aug, 2005, at 03:01, Bill Northcott wrote: > On 12/08/2005, at 4:26 AM, 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. >> >> Maybe this has changed? Has anyone had success with gcc 4.0 yet?

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

2005-08-12 Thread Bill Northcott
On 12/08/2005, at 4:26 AM, 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. > > Maybe this has changed? Has anyone had success with gcc 4.0 yet? > > If you need to change the default version of gcc on Ma

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