Re: [E-devel] Accessing / Editing EET Files from Python

2015-10-23 Thread Jeff Hoogland
Any idea why it works some of the time? Why is E Updating its config from the local file sometimes, but not others? Seems like the easiest way for me to handle this would be to create a command to call that makes E reload it's config from the current files. On Fri, Oct 23, 2015 at 8:43 PM, Carste

Re: [E-devel] Accessing / Editing EET Files from Python

2015-10-23 Thread The Rasterman
On Fri, 23 Oct 2015 14:10:26 -0500 Jeff Hoogland said: > I am working on a library that can read / write to EET files from Python. > Essentially I decompile the file using the eet command, read the text > structure in as a python data type, then after making changes to the python > data type I ex

[E-devel] Accessing / Editing EET Files from Python

2015-10-23 Thread Jeff Hoogland
I am working on a library that can read / write to EET files from Python. Essentially I decompile the file using the eet command, read the text structure in as a python data type, then after making changes to the python data type I export it back to a text file, and recompile that text using eet ag