ニュース

Examining sys.path shows that the current workspace is not present. Inserting the current workspace into sys.path using sys.path.insert (0, '') allows imports from local files to work as expected.
Use sys.executable instead of bpy.app.binary_path_python #48 Closed dvhart opened on Jan 18, 2021 ...