>
> The problem seems to be that sys.modules['lazr'].__path__ is set by the pth
> file to a _frozen_importlib_external._NamespacePath rather than a regular
> list.
> Hacking the pth file to set it to a list (by adding ";
> sys.modules['lazr'].__path__ = list(sys.modules['lazr'].__path__)" to the
>
Source: lazr.config
Severity: normal
Dear Maintainer,
This almost certainly isn't the right place to report this bug but I don't
know where is any I feel I need to get this written down somewhere :)
If you rebuild the lazr.delegates package it gets a new
lazr.delegates-2.0.3-nspkg.pth file than
2 matches
Mail list logo