Re: [matplotlib-devel] mlab reorganization

2007-12-14 Thread Darren Dale
On Thursday 13 December 2007 11:07:57 am John Hunter wrote: > I moved the tools in mlab that did optional imports (the rec2gtk and > rec2excel functions and their dependencies) out of mlab into > toolkits.gtktools and toolkits.exceltools. As Michael noted, these > imports can be expensive for user

[matplotlib-devel] mlab reorganization

2007-12-13 Thread John Hunter
I moved the tools in mlab that did optional imports (the rec2gtk and rec2excel functions and their dependencies) out of mlab into toolkits.gtktools and toolkits.exceltools. As Michael noted, these imports can be expensive for users with gtk on their system and do not belong in mlab. In some cases