It makes sense to me too. Having said that, wouldn't it be better to go to the next step and use a frozen Python? If all of the commonly used Python modules are frozen to the build, loading them will become much faster. The solution that you are proposing only defers the cost to later. Given that we are depending on Python more and more, I'd like to see it be usable everywhere.
Best, -berk On Fri, Feb 6, 2015 at 2:14 PM, Utkarsh Ayachit <[email protected] > wrote: > > I think in the case of ParaView's matplotlib tex features the run time > check > > for matplotlib could probably be deferred until someone actually tries to > > use tex. What do you think? This would help keep startup time fast. > > That makes total sense to me. > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
