SourceForge logo
SourceForge logo
Menu

matplotlib-devel — matplotlib developers

You can subscribe to this list here.

2003 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
(1)
Nov
(33)
Dec
(20)
2004 Jan
(7)
Feb
(44)
Mar
(51)
Apr
(43)
May
(43)
Jun
(36)
Jul
(61)
Aug
(44)
Sep
(25)
Oct
(82)
Nov
(97)
Dec
(47)
2005 Jan
(77)
Feb
(143)
Mar
(42)
Apr
(31)
May
(93)
Jun
(93)
Jul
(35)
Aug
(78)
Sep
(56)
Oct
(44)
Nov
(72)
Dec
(75)
2006 Jan
(116)
Feb
(99)
Mar
(181)
Apr
(171)
May
(112)
Jun
(86)
Jul
(91)
Aug
(111)
Sep
(77)
Oct
(72)
Nov
(57)
Dec
(51)
2007 Jan
(64)
Feb
(116)
Mar
(70)
Apr
(74)
May
(53)
Jun
(40)
Jul
(519)
Aug
(151)
Sep
(132)
Oct
(74)
Nov
(282)
Dec
(190)
2008 Jan
(141)
Feb
(67)
Mar
(69)
Apr
(96)
May
(227)
Jun
(404)
Jul
(399)
Aug
(96)
Sep
(120)
Oct
(205)
Nov
(126)
Dec
(261)
2009 Jan
(136)
Feb
(136)
Mar
(119)
Apr
(124)
May
(155)
Jun
(98)
Jul
(136)
Aug
(292)
Sep
(174)
Oct
(126)
Nov
(126)
Dec
(79)
2010 Jan
(109)
Feb
(83)
Mar
(139)
Apr
(91)
May
(79)
Jun
(164)
Jul
(184)
Aug
(146)
Sep
(163)
Oct
(128)
Nov
(70)
Dec
(73)
2011 Jan
(235)
Feb
(165)
Mar
(147)
Apr
(86)
May
(74)
Jun
(118)
Jul
(65)
Aug
(75)
Sep
(162)
Oct
(94)
Nov
(48)
Dec
(44)
2012 Jan
(49)
Feb
(40)
Mar
(88)
Apr
(35)
May
(52)
Jun
(69)
Jul
(90)
Aug
(123)
Sep
(112)
Oct
(120)
Nov
(105)
Dec
(116)
2013 Jan
(76)
Feb
(26)
Mar
(78)
Apr
(43)
May
(61)
Jun
(53)
Jul
(147)
Aug
(85)
Sep
(83)
Oct
(122)
Nov
(18)
Dec
(27)
2014 Jan
(58)
Feb
(25)
Mar
(49)
Apr
(17)
May
(29)
Jun
(39)
Jul
(53)
Aug
(52)
Sep
(35)
Oct
(47)
Nov
(110)
Dec
(27)
2015 Jan
(50)
Feb
(93)
Mar
(96)
Apr
(30)
May
(55)
Jun
(83)
Jul
(44)
Aug
(8)
Sep
(5)
Oct
Nov
(1)
Dec
(1)
2016 Jan
Feb
Mar
(1)
Apr
May
Jun
(2)
Jul
Aug
(3)
Sep
(1)
Oct
(3)
Nov
Dec
2017 Jan
Feb
(5)
Mar
Apr
May
Jun
Jul
(3)
Aug
Sep
(7)
Oct
Nov
Dec
2018 Jan
Feb
Mar
Apr
May
Jun
Jul
(2)
Aug
Sep
Oct
Nov
Dec
S M T W T F S





1
(5)
2
(2)
3
4
(4)
5
(1)
6
(6)
7
(19)
8
(4)
9
10
11
12
13
(1)
14
(3)
15
(4)
16
17
18
19
20
21
22
(4)
23
(1)
24
(1)
25
(12)
26
(7)
27
(4)
28
29
30
31






Showing 4 results of 4

From: Russell E. O. <ro...@uw...> - 2013年03月08日 19:42:23
In article <513...@st...>,
 Michael Droettboom <md...@st...> 
 wrote:
> On 03/07/2013 06:48 PM, Russell E. Owen wrote:
> > In article <513...@st...>,
> > Michael Droettboom <md...@st...>
> > wrote:
> >
> >> We've finally squashed all of the bugs slated for 1.2.1, so I have
> >> tagged a 1.2.1rc1 for testing....
> >>
> >> It can be downloaded from the SF files server here:
> >>
> >> http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.2.
> >> 1rc
> >> 1/matplotlib-1.2.1rc1.tar.gz/download
> >>...
> > I uploaded two Mac binaries to SourceForge...
> >
> > They are both built against numpy 1.6.2, which is not ideal, but is the
> > best I can do at the moment.
> >
> I think that's fine for now -- for the rc it's most important to just 
> make sure that working packages *can* be built. We can reevaluate what 
> Numpy version to use for the final release, and let me know if we should 
> push back the final release date to accomodate rejiggering your 
> development environment etc.
Do you have an opinion on the best numpy to use for matplotlib 1.2 
binaries?
Some considerations:
I think numpy 1.7.x is binary compatible with 1.6.x. If so, surely it is 
OK to build matplotlib against numpy 1.6.x, even if a user wants to use 
numpy 1.7.x? I have not tested this (nor the reverse direction).
numpy 1.7.0 has a serious memory leak (though I don't know how many 
users would ever see it). 1.7.1 is due out fairly soon. Personally I 
would rather skip 1.7.0 on my own machine. Yet it would be wise to let 
1.7.1 be used for a week or two before relying on it and I'd hate to 
hold up release of matplotlib 1.2.1.
-- Russell
From: Christoph G. <cg...@uc...> - 2013年03月08日 17:11:33
On 3/8/2013 2:16 AM, Tejashri Kandolkar wrote:
> Thanks Christoph, thanks for the help.
>
> However I found the issue.
> The issue is that somehow matplotlib_release variant linked to the debug
> lib of libpng.
> And so on a non-developer machine, which dosent have msvcr90d.dll (debug
> crt), DLL Load fails.
Good to know. The zlib, png and freetype libraries should be built as 
"Release, Static Library, Multi-threaded DLL" to be compatible with 
CPython. See also <https://github.com/matplotlib/matplotlib/issues/1717>
>
> So now I have another question:
>
> I have built the static libs of freetype, libpng (and zlib which is
> required by libpng) from source
> And I mention the paths of these static libs in setupext.py (by
> modifying "basedir") while building matplotlib.
No need to modify the source code. You can add the directories 
containing the headers and libraries to the INCLUDE and LIB environment 
variables.
>
> Now when matplotlib builds, and generates a _png.pyd, will it still need
> the static libs to be present in the location where the _png.pyd is present?
> What I understand is that it shouldn't since it is a static library and
> should be built into the binary.
The static libs are not needed at runtime. They are part of the pyd binary.
>
> Why I am asking this is because I am unable to build the libpng DLLs
> (for some reason I dont know).
> So I have to go forward with the static lib approach.
The static approach is recommended. If you link to the DLLs instead you 
will need to ship those with the binaries, which is not done in setup.py.
Christoph
>
> Thanks,
> Regards,
> Tej.
>
> On Thu, Mar 7, 2013 at 10:53 PM, Christoph Gohlke <cg...@uc...
> <mailto:cg...@uc...>> wrote:
>
> On 3/7/2013 8:39 AM, Christoph Gohlke wrote:
> > On 3/7/2013 6:00 AM, Tejashri Kandolkar wrote:
> >> Hi,
> >>
> >> I built matplotlib1.2.0 with python3.2 on Windows7 from source.
> >> I built the libpng and freetype libs and linked them statically to
> >> matplotlib.
> >>
> >> Everything works fine on my machine, I can run the matplotlib examples etc
> >> But on a new Win7 machine(with the exact same configuration as mine,
> >> except a few softwares), I get the following error when i try to import
> >> png module like this:
> >>
> >> import matplotlib._png
> >>
> >> ImportError: DLL load failed: The application has failed to start
> >> because its side-by-side configuration is incorrect. Please see the
> >> application event log or use the command-line sxstrace.exe tool for more
> >> detail.
> >>
> >>
> >> I used the dependency walker and found that pyd_ DLL was indeed having
> >> issues during load.
> >>
> >> What could be the reason. Surprisingly it works all fine on my machine.
> >>
> >>
> >> Regards,
> >> Tej
> >>
> >
> > Assuming this is 32 bit Python, install the Microsoft Visual C++ 2008
> > Redistributable Package (x86) <from
> >http://www.microsoft.com/en-us/download/details.aspx?id=29>
> >
>
> Besides that, look for extra msvcp90.dll or msvcr90.dll files in PATH
> (for example MikteX is known for that) and resolve conflicts.
>
> Christoph
>
> ------------------------------------------------------------------------------
> Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester
> Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the
> endpoint security space. For insight on selecting the right partner to
> tackle endpoint security challenges, access the full report.
> http://p.sf.net/sfu/symantec-dev2dev
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> <mailto:Mat...@li...>
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
>
From: Michael D. <md...@st...> - 2013年03月08日 14:23:21
On 03/07/2013 06:48 PM, Russell E. Owen wrote:
> In article <513...@st...>,
> Michael Droettboom <md...@st...>
> wrote:
>
>> We've finally squashed all of the bugs slated for 1.2.1, so I have
>> tagged a 1.2.1rc1 for testing. This is a bugfix release, and improves
>> on the overall quality of 1.2.0. Thanks to everyone who worked hard to
>> fix a multitude of papercuts. I'll provide a more detailed list of
>> changes in the announcement of the final version.
>>
>> It can be downloaded from the SF files server here:
>>
>> http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.2.1rc
>> 1/matplotlib-1.2.1rc1.tar.gz/download
>>
>> Packagers: I don't expect a lot of glitches as nothing significant has
>> changed about the build since 1.2.0, but now is the best time to try to
>> build for your various packaging systems and report back any problems.
>> If all goes well, I plan to make a final release in approximately two
>> weeks on March 25.
> I uploaded two Mac binaries to SourceForge:
> - A 10.3-compatible version built and tested on 10.4
> - A 10.6-compatible version built and tested on 10.8 (I should also test
> it on 10.6 but don't have time right now).
>
> They are both built against numpy 1.6.2, which is not ideal, but is the
> best I can do at the moment.
>
I think that's fine for now -- for the rc it's most important to just 
make sure that working packages *can* be built. We can reevaluate what 
Numpy version to use for the final release, and let me know if we should 
push back the final release date to accomodate rejiggering your 
development environment etc.
Cheers,
Mike
From: Tejashri K. <tej...@gm...> - 2013年03月08日 10:17:25
On Fri, Mar 8, 2013 at 3:46 PM, Tejashri Kandolkar <
tej...@gm...> wrote:
> Thanks Christoph, thanks for the help.
>
> However I found the issue.
> The issue is that somehow matplotlib_release variant linked to the debug
> lib of libpng.
> And so on a non-developer machine, which dosent have msvcr90d.dll (debug
> crt), DLL Load fails.
>
> So now I have another question:
>
> I have built the static libs of freetype, libpng (and zlib which is
> required by libpng) from source
> And I mention the paths of these static libs in setupext.py (by modifying
> "basedir") while building matplotlib.
>
> Now when matplotlib builds, and generates a _png.pyd, will it still need
> the static libs to be present in the location where the _png.pyd is present?
> What I understand is that it shouldn't since it is a static library and
> should be built into the binary.
>
> Why I am asking this is because I am unable to build the libpng DLLs (for
> some reason I dont know).
> So I have to go forward with the static lib approach.
>
> Thanks,
> Regards,
> Tej.
>
>
> On Thu, Mar 7, 2013 at 10:53 PM, Christoph Gohlke <cg...@uc...> wrote:
>
>> On 3/7/2013 8:39 AM, Christoph Gohlke wrote:
>> > On 3/7/2013 6:00 AM, Tejashri Kandolkar wrote:
>> >> Hi,
>> >>
>> >> I built matplotlib1.2.0 with python3.2 on Windows7 from source.
>> >> I built the libpng and freetype libs and linked them statically to
>> >> matplotlib.
>> >>
>> >> Everything works fine on my machine, I can run the matplotlib examples
>> etc
>> >> But on a new Win7 machine(with the exact same configuration as mine,
>> >> except a few softwares), I get the following error when i try to import
>> >> png module like this:
>> >>
>> >> import matplotlib._png
>> >>
>> >> ImportError: DLL load failed: The application has failed to start
>> >> because its side-by-side configuration is incorrect. Please see the
>> >> application event log or use the command-line sxstrace.exe tool for
>> more
>> >> detail.
>> >>
>> >>
>> >> I used the dependency walker and found that pyd_ DLL was indeed having
>> >> issues during load.
>> >>
>> >> What could be the reason. Surprisingly it works all fine on my machine.
>> >>
>> >>
>> >> Regards,
>> >> Tej
>> >>
>> >
>> > Assuming this is 32 bit Python, install the Microsoft Visual C++ 2008
>> > Redistributable Package (x86) <from
>> > http://www.microsoft.com/en-us/download/details.aspx?id=29>
>> >
>>
>> Besides that, look for extra msvcp90.dll or msvcr90.dll files in PATH
>> (for example MikteX is known for that) and resolve conflicts.
>>
>> Christoph
>>
>>
>> ------------------------------------------------------------------------------
>> Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester
>> Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the
>> endpoint security space. For insight on selecting the right partner to
>> tackle endpoint security challenges, access the full report.
>> http://p.sf.net/sfu/symantec-dev2dev
>> _______________________________________________
>> Matplotlib-users mailing list
>> Mat...@li...
>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>>
>
>

Showing 4 results of 4

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /