Hi Everyone! I have a Pyhon app that stores its configuration in YAML files, and I'm interested in creating a GUI configuration creator / editor. I'm curious as to whether anyone can give me some pointers as to how I'd best do this with dabo?
I know there are XML file-based databases out there, and I could easily write an interface to my app that reads/writes to XML. (My config files are small in the grand scheme of things and easily held in a Python dictionary, so whether they persist on disk in YAML or XML format is fairly trivial.) But I believe that using an XML file-based DB would require that my dabo-based designer included the DB engine as well, and I wonder if that's the right approach? Or can I use (or extend) dabo's database access methods to work against a Python dictionary in which case I'd be all set? Sorry if this is a naive question... At this point I've just begun looking at dabo but I want to make sure it can do what I need before I spend a lot of time really digging in. So any thoughts or opinions anyone would like to share? Thanks! Brian -- *Brian Madden* Mission Pinball (blog <http://missionpinball.com> | twitter <https://twitter.com/missionpinball> | MPF software framework <http://missionpinball.com/framework> | sample games <https://missionpinball.com/blog/category/big-shot-em-conversion/>) --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/calzbzxrifox+nvwv7tdy7gmpb9nicrc8udse91fzbh0pyro...@mail.gmail.com
