Re: [Matplotlib-users] [matplotlib-devel] ANN: matplotlib-0.87.5 *fixed*

2006-09-06 Thread Christopher Barker
Charlie Moad wrote:
 I just uploaded working (at least for me)
 versions to sourceforge again.

Charlie,

What are your plans for an OS-X build? Is it time?

We'd need a new numpy build too -- that I could do.

-Chris



-- 
Christopher Barker, Ph.D.
Oceanographer

NOAA/ORR/HAZMAT (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115   (206) 526-6317   main reception

[EMAIL PROTECTED]

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] [matplotlib-devel] ANN: matplotlib-0.87.5 *fixed*

2006-09-06 Thread Charlie Moad
Try the ones I added to the link above.  I already had a mpl build on
sf.  Numpy is also at the link now.

On 9/6/06, Christopher Barker [EMAIL PROTECTED] wrote:
 Charlie Moad wrote:
  I just uploaded working (at least for me)
  versions to sourceforge again.

 Charlie,

 What are your plans for an OS-X build? Is it time?

 We'd need a new numpy build too -- that I could do.

 -Chris



 --
 Christopher Barker, Ph.D.
 Oceanographer

 NOAA/ORR/HAZMAT (206) 526-6959   voice
 7600 Sand Point Way NE   (206) 526-6329   fax
 Seattle, WA  98115   (206) 526-6317   main reception

 [EMAIL PROTECTED]

 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Matplotlib-users mailing list
 Matplotlib-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/matplotlib-users


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] [matplotlib-devel] ANN: matplotlib-0.87.5 *fixed*

2006-09-06 Thread Christopher Barker
I just built the latest on my Linux box, and noticed that it didn't find 
 the wxPython headers. I figured out what to do but I have the 
following suggestions:


1) at the very least, make the message more useful. I've enclosed a diff 
 to setupext.py that adds some more text.


2) It wouldn't be too hard to make it a bit smarter about finding the 
right wx-config. wxPython does not install it to a dir on the PATH by 
default. In my case, I have it there from other wx development installs. 
 The right wx-config, on my machine, is in:


/usr/lib/wxPython-2.6.1.0-gtk2-unicode/bin/wx-config

by checking the wxPython version installed, you should be able to find 
it. Or you could use locate, which is how I found it. I don't know how 
ubiquitous locate is on *nix systems, however.


locate *wxPython-2.6.3.0*wx-config

3) Re-do the wxAgg back-end to not need any compiled code! -- one of 
these days


-Chris




--
Christopher Barker, Ph.D.
Oceanographer

NOAA/ORR/HAZMAT (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115   (206) 526-6317   main reception

[EMAIL PROTECTED]
578a579
  print Building MPL without the wxAgg accelerator
581c582,596
  print 'WXAgg\'s accelerator requires the wxPython headers.'
---
  print 
 WXAgg's accelerator requires the wxPython headers.
 
 You seem to have a version of wx-config on your PATH that does not point
 to the wxPython headers. You probably want a version that is stored with
 the wxPython libraries. It may be in a location like:
 
 /usr/lib/wxPython-2.6.3.0-gtk2-unicode/bin/wx-config
 
 In any case, locate it, and set the WX_CONFIG
 environment variable to the full path of the executable like so:
 
 export WX_CONFIG=/usr/lib/wxPython-2.6.1.0-gtk2-unicode/bin/wx-config
 (for the bash shell)
 
589,590c604,606
 include
 directories or include directories reported by `wx-config --cppflags'.
---
 include directories or include directories reported by `wx-config
 --cppflags'.
 
608,609d623
 
 
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] [matplotlib-devel] ANN: matplotlib-0.87.5 *fixed*

2006-09-06 Thread Christopher Barker
Charlie Moad wrote:
 Try the ones I added to the link above.  I already had a mpl build on
 sf.  Numpy is also at the link now.

Thanks Charlie. These seem to work, on the simplest of scripts, anyway. 
Did you build the wxPython accelerator into it?

-Chris





-- 
Christopher Barker, Ph.D.
Oceanographer

NOAA/ORR/HAZMAT (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115   (206) 526-6317   main reception

[EMAIL PROTECTED]

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users