Re: [matplotlib-devel] setupext.py chooses tk on mac OS X incorrectly
On Wed, Feb 4, 2009 at 17:08, Jayson Barr wrote: > 2). If the Tk/Tcl libraries were installed from source instead of > using the binaries you suggested installing, then it will just use the > wrong system Framework anyway. I bet people using macports and other > unix-like package managers on mac end up submitting a lot of bug > reports over this. It did for MacPorts, there where a lot of strange segfaults reported. I have since hacked round this to force it to link against the MacPorts provided Tcl/Tk http://trac.macports.org/browser/trunk/dports/python/py25-matplotlib/files/patch-setupext.py.diff Its messy but it works. Cheers Adam -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com ___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
Re: [matplotlib-devel] setupext.py chooses tk on mac OS X incorrectly
On Mon, Feb 9, 2009 at 17:08, Jayson Barr wrote: > I agree with JDH. Likewise. > Unfortunately, work has been exceptionally hectic so I haven't begun > the patch (if you don't count the hack job I did to install it for > myself). Same here, I'm really busy with work and don't have much time to look into this at the moment. > Hi Adam, > As noted above, I haven't started a patch yet but I would be up for > working with you on one. It sounds like we can get this tested pretty > well. Its on my todo list, so when I get chance I'm going to investigate a better solution. I'll keep you posted. Cheers Adam -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com ___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
[matplotlib-devel] python-2.6 compatible matplotlib
Hi Now that numpy-1.3.0 has been released what is the timescale for a python-2.6 compatible release of matplotlib and matplotlib-basemap? Or should the current release work OK? Cheers Adam -- ___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
Re: [matplotlib-devel] python-2.6 compatible matplotlib
On Sun, Apr 5, 2009 at 16:01, David Moore wrote: > I've had matplotlib running fine on Python 2.6 since shortly after the Python > 2.6 release. I run Arch Linux. Are you perhaps looking for Windows builds? > Or does your distro not have matplotlib compiled for Python 2.6 yet? No, I'm looking to package matplotlib for python-2.6 on MacPorts and wanted to check that there would be no unexpected surprises, but from the above it sounds like all should be good. Cheers Adam -- ___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
Re: [matplotlib-devel] python-2.6 compatible matplotlib
On Thu, Apr 9, 2009 at 13:46, Michael Droettboom wrote: > I did a lot of the initial fixes for Python 2.6 within the first week of the > 2.6.0 release -- they were mostly of the warning/style nature. I've been > running it on 2.6 on and off ever since, so it should be ok. But let us > know if you find anything. The only things I've seen so far are some deprecation warnings of the form: /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/matplotlib/texmanager.py:55: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module. stdin, stdout = os.popen4('dvipng -version') Cheers Adam -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com ___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
Re: [matplotlib-devel] basemap not working with GEOS 3.1
On Tue, Jul 28, 2009 at 05:14, Jeff Whitaker wrote: > Chris: This usually happens when you build mix different versions of > geos, i.e. build with the 3.1 lib but the 2.2.3 headers, or link with > the 3.1 shared lib and then have it pick up the 2.2.3 shared lib at run > time. Do you have two versions of geos on your system? If so, make > sure basemap is only finding one of them, both at build time and run time. So does basemap support GEOS-3.1 now? I thought that it only worked with 2.2.3? If so this is great news. Cheers Adam -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel