Sorry if this has already been answered. Its about optional plotting functionality in a package. More precisely I want to have some Winston / Gtk based plotting things and some PyPlot plotting routines.
Is there a possibility to have submodules in a package so that the main module can be used without the subfunctionality? e.g. using Foo works does not require Winston/Gtk/PyPlot using Foo, FooGUI does require Winston and Gtk and using Foo, FooMyBeautifulPlots requires PyPlot? Thanks Tobi
