[Webkit-unassigned] [Bug 179541] New: [Windows] ActivePython cannot find logilab.astng module because of logilab.common in site-package

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 10 12:23:41 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=179541

            Bug ID: 179541
           Summary: [Windows] ActivePython cannot find logilab.astng
                    module because of logilab.common in site-package
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Basuke.Suzuki at sony.com
                CC: lforschler at apple.com

ActivePython's installer installs logilab-common package into site-package, but not logilab-astng. Even if WebKitPy installs third party libraries by itself and sys.path is setup correctly, the packages in site-package have an priority to be loaded which prevent to import logilab.astng in the thirdpary/autoinstalled directory.

The workaround is to install logilab-astng manually globally, but that is not the right solution.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171110/8e10c493/attachment.html>


More information about the webkit-unassigned mailing list