Neal Becker wrote:

> Any ideas what this is about?
> 
> No traceback, just this message:
> 
> Exception RuntimeError: 'sys.meta_path must be a list of import hooks' in
> <bound method plot.__del__ of <__main__.plot object at 0x2cf5c10>> ignored
> 

Maybe I found it.  I had an object managing my plot, which had a __del__ which 
called pdf.close().  Probably this destructor was called too late.  I now 
explicitly call del on my object, and the problem is gone.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to