Python Extension
I just wrote my first extension with the embedded python scripting. It took a couple of hours to get it perfected, but everything seems to be working well. Is there a way to have the extension loaded every time I start moneydance? I have not been able to find a mechanism to do that and have to manually run the extension everytime I run moneydance.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by dwg on 26 Apr, 2018 04:21 AM
As the Quotes & Exchange Rate extension has the ability to run and update prices on startup I would suggest looking at that source code to see how it can be done.
https://bitbucket.org/infinitekind/moneydance_open/src/93224f9bba9e...
2 Posted by Mike Bray (Quot... on 26 Apr, 2018 04:39 AM
I don’t know about Python but Java extensions are loaded at startup and called via the init() method
And then called again by the invoke() method when you select to run it.
Sent from my iPad
3 Posted by Joe Smith on 27 Apr, 2018 02:46 AM
I appreciate the pointers to Java extensions, but my question is specifically directed to python. Can anyone at InfiniteKind let me know if there is someplace I can put python scripts so that they will be loaded (and extension installed) on startup?
System closed this discussion on 27 Jul, 2018 02:50 AM.