Removed the root Libs directory path from the sys.path entries.
This commit is contained in:
parent
48462edec6
commit
d5aa9e0a26
|
@ -39,8 +39,7 @@ class CadQueryWorkbench (Workbench):
|
|||
module_base_path = module_locator.module_path()
|
||||
libs_dir_path = os.path.join(module_base_path, 'Libs')
|
||||
libs_path = os.path.join(libs_dir_path, 'libs.zip')
|
||||
#sys.path.insert(0, os.path.join(libs_dir_path, 'cadquery'))
|
||||
#sys.path.insert(0, libs_dir_path)
|
||||
sys.path.insert(0, os.path.join(libs_dir_path, 'cadquery'))
|
||||
sys.path.insert(0, libs_path)
|
||||
|
||||
import cadquery
|
||||
|
|
Loading…
Reference in New Issue
Block a user