beremiz
Clone
Summary
Browse
Changes
Graph
LocalRuntime: Allow overriding local runtime python binary path using BEREMIZPYTHONPATH environment variable.
wxPython4
2022-07-28, Edouard Tisserant
7f5659b1eeb8
LocalRuntime: Allow overriding local runtime python binary path using BEREMIZPYTHONPATH environment variable.
from __future__ import absolute_import
from etherlab.etherlab import *
from util.BitmapLibrary import AddBitmapFolder
import util.paths as paths
AddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images"))