> Change your code so the actual Riemann theta module isn't imported > until a users actually wants to use it (e.g. use lazy_import). Then > it won't trigger an issue with all.py at startup. This is also > generally a good idea to keep from further impacting Sage's startup > time. >
Thanks for the response. This looks like the best solution for now. I have some future optimizations I'd like to implement, anyway. I'll address that memory issue then. -- Chris -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org