[matplotlib-devel] swig wrappings and python2.5

2006-09-19 Thread Charlie Moad
The swig wrappings are causing some compile time errors on windows and python2.5. All seem to be this error: error C2440: 'initializing' : cannot convert from 'const char *' to 'char *' Could someone please regenerated the swig wrappings with swig-1.3.29 instead of swig-1.3.27 and commit? Thank

Re: [matplotlib-devel] swig wrappings and python2.5

2006-09-19 Thread John Hunter
> "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: Charlie> Could someone please regenerated the swig wrappings with Charlie> swig-1.3.29 instead of swig-1.3.27 and commit? I just did this -- give it a test drive. JDH

Re: [matplotlib-devel] swig wrappings and python2.5

2006-09-19 Thread Charlie Moad
On 9/19/06, John Hunter <[EMAIL PROTECTED]> wrote: > > "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: > > Charlie> Could someone please regenerated the swig wrappings with > Charlie> swig-1.3.29 instead of swig-1.3.27 and commit? > > I just did this -- give it a test drive. It s