Someone has made a plugin already that does something similar, I mentioned it previously, but I'm actually having trouble with it, beanquery keeps throwing an error about not finding the module. Doing it manually though runs fine and I get the desired results. I will be sticking with this manual method for now, thanks!
Pasting from this thread <https://github.com/redstreet/beancount_reds_plugins/issues/30> which I assume was yours: This would likely be a configuration issue at your end. beancount_reds_plugins is a standard python package, and neither does anything special nor requires anything other than a regular environment. Run this from a python shell from the same environment you’re running bean-query from: import beancount_reds_plugins.effective_date It should load fine (no errors). I suspect it doesn’t, and it’ll tell you what the issue is. -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/9de291f2-eb3f-44ea-8466-9c3d4cc7ee4cn%40googlegroups.com.
