From f1a0a4be630c16e287578977627225b05b9c7292 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 19 Oct 2000 22:00:01 +0000 Subject: Add Numerical:Lib:Packages to sys.path. A workaround for distutils not working. --- Mac/Resources/pythonpath.r | 1 + 1 file changed, 1 insertion(+) diff --git a/Mac/Resources/pythonpath.r b/Mac/Resources/pythonpath.r index 25b59cd..2739b19 100644 --- a/Mac/Resources/pythonpath.r +++ b/Mac/Resources/pythonpath.r @@ -87,6 +87,7 @@ resource 'STR#' (PYTHONPATH_ID, "sys.path initialization") { "$(PYTHON):Extensions:img:Mac", "$(PYTHON):Extensions:img:Lib", "$(PYTHON):Extensions:Numerical:Lib", + "$(PYTHON):Extensions:Numerical:Lib:Packages", "$(PYTHON):Extensions:Imaging:PIL", "$(PYTHON):Lib:lib-tk", "$(PYTHON):Lib:site-packages", -- cgit v0.12