On Friday, June 13, 2014 1:52:58 PM UTC+1, Vincent Knight wrote: > > from sage.misc.package import is_package_installed > from cooperative_game import CooperativeGame > if is_package_installed('gambit'): > from normal_form_game import * > > normal_form_game.py is the module that imports and inherits from gambit. >
You should try to use LazyImport in all.py to keep the startup time under control. Not everybody is going to want to load the game theory shared library all the time. If you aim for a Cython wrapper that is generally useful then you could put it into sage.libs.gambit and import from there. But if you just want to import two functions from a big library then I'd hide it away in sage.game_theory.normal_form_game. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.