Re: [Matplotlib-users] wxPython-2.8 problems

2007-05-21 Thread Jochen Küpper
On 21.05.2007, at 19:55, Christopher Barker wrote: Please don't cross-post quite so much! My apologies for make so much fuzz about this! (But is a posting to two mailing lists really posted too wide?) there are some issues with building MPL against wxPython, but it looks like you've got wxPy

Re: [Matplotlib-users] wxPython-2.8 problems

2007-05-21 Thread Christopher Barker
First: Please don't cross-post quite so much! Second: there are some issues with building MPL against wxPython, but it looks like you've got wxPython problems anyway -- so you need to resolve those first. The macports or wxPython lists are your best bet for that. > For wxPython: I get the sam

[Matplotlib-users] wxPython-2.8 problems

2007-05-20 Thread Jochen Küpper
Hi, I am having problems installing matplotlib-0.90.0 under Mac OS X (using MacPorts) when having wxPython-2.8.4.0 installed, getting the following error at build-time: DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/ _Users_jochen_source_macports-trunk_dports_python_py-matpl

Re: [Matplotlib-users] wxPython 2.8

2007-01-23 Thread Ken McIvor
On Jan 23, 2007, at 2:40 PM, Christopher Barker wrote: > Ken McIvor wrote: >> On Jan 23, 2007, at 1:08 PM, Christopher Barker wrote: >>> >>> I think it will work with older versions, but I haven't tested >>> it. How >>> far back do we need to go? I think 2.6.3 ( the last "stable" >>> release )

Re: [Matplotlib-users] wxPython 2.8

2007-01-23 Thread Christopher Barker
Ken McIvor wrote: > On Jan 23, 2007, at 1:08 PM, Christopher Barker wrote: >> I think it will work with older versions, but I haven't tested it. How >> far back do we need to go? I think 2.6.3 ( the last "stable" release ) >> should do it. > > The current Debian stable (e.g. Sarge) has wxWindows 2

Re: [Matplotlib-users] wxPython 2.8

2007-01-23 Thread Ken McIvor
On Jan 23, 2007, at 1:08 PM, Christopher Barker wrote: > John Hunter wrote: >> >> Hey Chris, thanks for this info. Do we expect this modified code to >> also work for older versions of wx, or is this 2.8 specific. > > I think it will work with older versions, but I haven't tested it. How > far bac

Re: [Matplotlib-users] wxPython 2.8

2007-01-23 Thread Christopher Barker
John Hunter wrote: > Christopher> OLD: wxBitmap *bitmap = new wxBitmap(image); NEW > Christopher> wxBitmap *bitmap = new wxBitmap(*image); > > Hey Chris, thanks for this info. Do we expect this modified code to > also work for older versions of wx, or is this 2.8 specific. I think it wil

Re: [Matplotlib-users] wxPython 2.8

2007-01-23 Thread John Hunter
> "Christopher" == Christopher Barker <[EMAIL PROTECTED]> writes: Christopher> OLD: wxBitmap *bitmap = new wxBitmap(image); NEW Christopher> wxBitmap *bitmap = new wxBitmap(*image); Hey Chris, thanks for this info. Do we expect this modified code to also work for older versions of w

Re: [Matplotlib-users] wxPython 2.8

2007-01-22 Thread Christopher Barker
Ken McIvor wrote: > On Jan 21, 2007, at 11:04 AM, Allan Noriel Estrella wrote: >> does matplotlib already support wxPython 2.8? > > I have not had the opportunity to test it with 2.8. However, I am > given to understand that it works. The one caveat is that you cannot > presently compile the

Re: [Matplotlib-users] wxPython 2.8

2007-01-21 Thread Ken McIvor
On Jan 21, 2007, at 11:04 AM, Allan Noriel Estrella wrote: > > does matplotlib already support wxPython 2.8? I have not had the opportunity to test it with 2.8. However, I am given to understand that it works. The one caveat is that you cannot presently compile the WXAgg accelerator with 2.8

[Matplotlib-users] wxPython 2.8

2007-01-21 Thread Allan Noriel Estrella
does matplotlib already support wxPython 2.8? - 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 su