Please confirm where is the import path by the following Python command.
print(sys.path)
In the current version, the path is determined by the filename you run first. And, it is necessary to reboot Metasequoia to change the path unless you call sys.path.append().
In the next release, we will fix that the path is updated every time.
2018-06-05 14:20