Re: [Matplotlib-users] FW: traceback when import matplotlib.pyplot twice

2014-10-15 Thread Mark Janikas
Caswell; Phil Elson; Benjamin Root; Matplotlib Users Subject: Re: [Matplotlib-users] FW: traceback when import matplotlib.pyplot twice Hi, On Wed, Oct 15, 2014 at 2:56 PM, Mark Janikas wrote: > > When I replaced the file I got the 1st error below. As you had pointed out > earlier

Re: [Matplotlib-users] FW: traceback when import matplotlib.pyplot twice

2014-10-15 Thread Matthew Brett
Hi, On Wed, Oct 15, 2014 at 2:56 PM, Mark Janikas wrote: > > When I replaced the file I got the 1st error below. As you had pointed out > earlier… this is strange. It only occurs when you run it more than once… > strange indeed… it is like a manager is being created and deleted but perhaps

Re: [Matplotlib-users] FW: traceback when import matplotlib.pyplot twice

2014-10-15 Thread Mark Janikas
: traceback when import matplotlib.pyplot twice See https://github.com/matplotlib/matplotlib/pull/3638 That might help to make sure that things tear them selves down in the right order. Tom On Sat, Oct 11, 2014 at 10:12 AM, Phil Elson wrote: > > On 10 October 2014 19:10,

Re: [Matplotlib-users] FW: traceback when import matplotlib.pyplot twice

2014-10-11 Thread Thomas Caswell
See https://github.com/matplotlib/matplotlib/pull/3638 That might help to make sure that things tear them selves down in the right order. Tom On Sat, Oct 11, 2014 at 10:12 AM, Phil Elson wrote: > > On 10 October 2014 19:10, Thomas Caswell wrote: >> >> I suspect a better fix is to change all of

Re: [Matplotlib-users] FW: traceback when import matplotlib.pyplot twice

2014-10-11 Thread Phil Elson
On 10 October 2014 19:10, Thomas Caswell wrote: > I suspect a better fix is to change all of the staticmethods -> > classmethods +1 -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0

Re: [Matplotlib-users] FW: traceback when import matplotlib.pyplot twice

2014-10-10 Thread Thomas Caswell
> > > > From: ben.v.r...@gmail.com [mailto:ben.v.r...@gmail.com] On Behalf Of > Benjamin Root > Sent: Wednesday, October 8, 2014 6:20 PM > To: Mark Janikas > Cc: Matplotlib Users > Subject: Re: [Matplotlib-users] FW: traceback when import matplotlib.pyplot > twice

Re: [Matplotlib-users] FW: traceback when import matplotlib.pyplot twice

2014-10-10 Thread Mark Janikas
traceback… it occurs on matplotlib 1.3 AND 1.4 TY, MJ From: ben.v.r...@gmail.com [mailto:ben.v.r...@gmail.com] On Behalf Of Benjamin Root Sent: Wednesday, October 8, 2014 6:20 PM To: Mark Janikas Cc: Matplotlib Users Subject: Re: [Matplotlib-users] FW: traceback when import matplotlib.pyplot twice

Re: [Matplotlib-users] FW: traceback when import matplotlib.pyplot twice

2014-10-08 Thread Benjamin Root
Which version of matplotlib and which backend? Also, don't use == or != when comparing to None. Use "is" and "is not". Ben Root -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compli

[Matplotlib-users] FW: traceback when import matplotlib.pyplot twice

2014-10-08 Thread Mark Janikas
Hi All, I am working on a platform that makes it difficult to provide repro cases... but I am hoping someone can shed some light on what I am seeing... Essentially, I have a program imports another script that* import matplotlib.pyplot as PLT... when it runs more than once then I get the foll