control: tags -1 +moreinfo

> To reproduce, I used the following toy module:
> $ find -type f -exec printf '\n%s\n' {} \; -exec cat {} \;

next time, please setup a throw-away repo somewhere like
github.com/gitlab.com, cause it takes too long to setup a reproduce
environment like this.

> With the module not installed, nothing works, as expected:

not really

> $ python t.py
> Traceback (most recent call last):
>   File "/home/nexus/t.py", line 3, in <module>
>     from ttt import pylintbug
> ModuleNotFoundError: No module named 'ttt'

python has . in its module search path, so this should work (and in
fact it does in my docker container testing env). please check your
installation environment.

-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
Twitter: https://twitter.com/sandrotosi

Reply via email to