Fwd: [Pythonmac-SIG] 2 questions

Leighton Pritchard leighton at widdowquinn.fsnet.co.uk
Tue Jun 17 11:54:34 EDT 2003



Begin forwarded message:

> From: Leighton Pritchard <leighton at widdowquinn.fsnet.co.uk>
> Date: Mon Jun 16, 2003  11:41:34 PM Europe/London
> To: Chris Fonnesbeck <chris at fisher.forestry.uga.edu>
> Subject: Re: [Pythonmac-SIG] 2 questions
>
>
> On Monday, June 16, 2003, at 05:14 PM, Chris Fonnesbeck wrote:
>
>> I'm wondering if anyone has gotten the following to work on 
>> macpython2.3:
>>
>> 1. scipy (particularly the gplt functions that use gnuplot)
>
> Yes, I have - but only recently. I downloaded the source 
> (SciPy-0.2.0_alpha_200.4161_src.tar), uncompressed and used sudo 
> python setup.py install as usual.

Actually, I've remembered not 'as usual' - I has to add '/sw/lib' and 
'/sw/include' to

	default_lib_dirs = ['/usr/local/lib', '/opt/lib', '/usr/lib']
    	default_include_dirs = ['/usr/local/include',
                             '/opt/include', '/usr/include']

in scipy_core/scipy_distutils/system_info.py in the source directory.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 1131 bytes
Desc: not available
Url : http://mail.python.org/pipermail/pythonmac-sig/attachments/20030617/5ee42a23/attachment.bin


More information about the Pythonmac-SIG mailing list