Automatically loading a techfile at startup
Here’s a handy way of loading a techfile (or in fact running any python script) on startup. Glade reads a .glade.py file, if it exists in the user’s home directory, when it starts. On WIndows, the env var HOME defines the user home dir. So you can load a techfile e.g. # .glade.py – load…
Continue reading Automatically loading a techfile at startup