Closed rgrig closed 10 years ago
It should be possible to ship topl as a binary plus some data files. For this to work we must not rely on the module [Config]. We could still keep it around as a fallback for systems where we can't reliably guess the path of the binary.
There is now no static string to fall back to. Either TOPL_DIR is set and used, or it tries to guess, or it fails.
It should be possible to ship topl as a binary plus some data files. For this to work we must not rely on the module [Config]. We could still keep it around as a fallback for systems where we can't reliably guess the path of the binary.