[Matplotlib-users] source install question: WXAgg's accelerator requires the wxPython headers.

2007-03-16 Thread Ryan Krauss
I am getting a message during a source install that WXAgg's
accelerator requires the wxPython headers.  What do I need to do to
get them for Ubuntu?  I think I have all wx packages installed?  Do I
need to download the source tarball from wxPython.org?  If so, where
should I put the headers?

Ryan

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] source install question: WXAgg's accelerator requires the wxPython headers.

2007-03-16 Thread Andrew Straw
Dear Ryan, I think you want libwxgtk2.6-dev

Ryan Krauss wrote:
 I am getting a message during a source install that WXAgg's
 accelerator requires the wxPython headers.  What do I need to do to
 get them for Ubuntu?  I think I have all wx packages installed?  Do I
 need to download the source tarball from wxPython.org?  If so, where
 should I put the headers?

 Ryan

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Matplotlib-users mailing list
 Matplotlib-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/matplotlib-users
   


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] source install question: WXAgg's accelerator requires the wxPython headers.

2007-03-16 Thread Ken McIvor
On Mar 16, 2007, at 10:57 AM, Andrew Straw wrote:

 Dear Ryan, I think you want libwxgtk2.6-dev

Unfortunately, the wxPython Debian package and its Ubuntu cousin do  
not include the wxPython headers.  This is an issue that I looked  
into a while ago, but was unable to get resolved.

That being said, you have three options for moving forward:

1. Just ignore the message.  Unless you're doing animation you  
probably won't be hurting for speed.

2. Grab the wxPython headers from source and install them in `/usr/ 
include/wx/wxPython'.  I believe that John Hunter has been doing this  
for some time now, so he might be able to help you if there are any  
caveats that I've forgotten.

3. Upgrade to wxPython 2.8 and the svn version of matplotlib.  I've  
written a version of the accelerator in pure Python that moves at a  
pretty good clip but requires functionality that is only present in  
wxPython 2.8.

Ken

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] source install question: WXAgg's accelerator requires the wxPython headers.

2007-03-16 Thread Ken McIvor
Ryan,

I found the 2.6 sources:

http://wxpython.sourceforge.net/download-2.6.3.3.php

Ken

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users