Re: [matplotlib-devel] curvelinear coordinate support in axes_grid and a possible refactoring of mpl.
On Sat, Aug 1, 2009 at 1:39 AM, Andrew Straw wrote: > I'll be there, too. I think an MPL sprint would be very good. Great -- give that we have JJ (remotely), you and me confirmed, two obvious topics to work on are: * buildbot : JDH & Andrew * integrating JJ's curvilinear ticking w/ Andrew's spines I'm up for anything else that people want to work on, but at least we'll have the right people in the room, if only virtually, for these topics. Anyone else planning on attending on-ground or on-line? JDH -- 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
[matplotlib-devel] mkpg on OSX
I tried testing the OSX binaries I built Friday on my local OSX laptop today, and had a problem with the mkpg installer http://drop.io/xortel1/asset/matplotlib-0-99-0-rc1-py2-5-macosx10-5-zip On the sage box I used to do the builds, the default python path that the installer picks up is /Library/Python/2.5/site-packages and this is where it put mpl when I ran the installer on my local box. But then when I try and import matplotlib on my local box w/o modifying the PYTHONPATH, I can't find it because my local python is looking in /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/ Is one of these two locations preferable for the default? Is there a way to inform bdist_mkpg of the desired install target? Is there any notion of the right way to do things w/ python on OSX? JDH -- 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
Re: [matplotlib-devel] mkpg on OSX
Hi, On 1 Aug 2009, at 18:43, John Hunter wrote: > I tried testing the OSX binaries I built Friday on my local OSX laptop > today, and had a problem with the mkpg installer > > http://drop.io/xortel1/asset/matplotlib-0-99-0-rc1-py2-5-macosx10-5- > zip > > On the sage box I used to do the builds, the default python path that > the installer picks up is > > /Library/Python/2.5/site-packages > > and this is where it put mpl when I ran the installer on my local box. > But then when I try and import matplotlib on my local box w/o > modifying the PYTHONPATH, I can't find it because my local python is > looking in > > /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ > site-packages/ > > Is one of these two locations preferable for the default? Is there a > way to inform bdist_mkpg of the desired install target? Is there any > notion of the right way to do things w/ python on OSX? From what I can tell /Library/Python/2.5/site-packages is the default. All I have in /Library/Frameworks are those such as Qt, CG and other things which I have installed. VirtualBox and PyQt both install to /Library/Python/2.5/site-packages The README in /Library/Python/2.5/site-packages make reference to a site.py file for 'more information' on site packages. I am unsure what exactly is meant by this. Might be worth seeing how PyQt or VirtualBox pull it off. Although I am unsure if the installer code for either is open source. Regards, Freddie. -- 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
Re: [matplotlib-devel] curvelinear coordinate support in axes_grid and a possible refactoring of mpl.
I'll be there on the ground, though my flight leaves 1:50 on Sunday. We might also consider doing some discussions during the week, maybe a BoF? Ryan On Sat, Aug 1, 2009 at 11:41 AM, John Hunter wrote: > On Sat, Aug 1, 2009 at 1:39 AM, Andrew Straw wrote: > > > I'll be there, too. I think an MPL sprint would be very good. > > Great -- give that we have JJ (remotely), you and me confirmed, two > obvious topics to work on are: > > * buildbot : JDH & Andrew > > * integrating JJ's curvilinear ticking w/ Andrew's spines > > I'm up for anything else that people want to work on, but at least > we'll have the right people in the room, if only virtually, for these > topics. Anyone else planning on attending on-ground or on-line? > > JDH > > > -- > 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 > -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma -- 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
Re: [matplotlib-devel] curvelinear coordinate support in axes_grid and a possible refactoring of mpl.
On Sat, Aug 1, 2009 at 8:35 PM, Ryan May wrote: > I'll be there on the ground, though my flight leaves 1:50 on Sunday. We > might also consider doing some discussions during the week, maybe a BoF? Great, hopefully you can join us Saturday. If there is anything in particular you want to work on during the sprint, let me know. As for a BoF, I generally find discussions less useful than coding, since python is such a great prototyping language, though there will be many opportunities to brainstorm over beers, etc... Are there topics in particular you have in mind? JDH -- 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
Re: [matplotlib-devel] mkpg on OSX
> Is one of these two locations preferable for the > default? /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/ is preferable. The location depends on whether the user has a framework Python or a normal static Python installed. For GUI programs, a framework Python is preferable. For the Mac/README in the Python source distribution: 1. Why would I want a framework Python instead of a normal static Python? -- The main reason is because you want to create GUI programs in Python. With the exception of X11/XDarwin-based GUI toolkits all GUI programs need to be run from a fullblown MacOSX application (a ".app" bundle). (I'd like to add to this that X11/XDarwin-based GUI toolkits, such as PyGTK, also work fine with a framework Python). > Is there a way to inform bdist_mkpg of the desired install target? >From what I've seen, bdist_mpkg uses /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/ if the Python creating the package is a framework Python. --Michiel --- On Sat, 8/1/09, John Hunter wrote: > From: John Hunter > Subject: [matplotlib-devel] mkpg on OSX > To: "matplotlib development list" > Date: Saturday, August 1, 2009, 1:43 PM > I tried testing the OSX binaries I > built Friday on my local OSX laptop > today, and had a problem with the mkpg installer > > http://drop.io/xortel1/asset/matplotlib-0-99-0-rc1-py2-5-macosx10-5-zip > > On the sage box I used to do the builds, the default python > path that > the installer picks up is > > /Library/Python/2.5/site-packages > > and this is where it put mpl when I ran the installer on my > local box. > But then when I try and import matplotlib on my local box > w/o > modifying the PYTHONPATH, I can't find it because my local > python is > looking in > > > /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/ > > Is one of these two locations preferable for the > default? Is there a > way to inform bdist_mkpg of the desired install target? Is > there any > notion of the right way to do things w/ python on OSX? > > JDH > > -- > 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 > -- 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