Charalampos Stratakis added the comment:

Bumped upon a similar issue today where a package I was working on couldn't 
import a module from one of its dependencies (which was not the case in python 
3.5).

One of the lines that fail is this [0] with:
ModuleNotFoundError: No module named 'repoze.who._compat'

And the project that it depends on is this [1]

The projects are old, however what might have caused this behavior change? It 
seems kinda isolated but that the exact cause has not been pinpointed.

[0] 
https://github.com/repoze/repoze.who-sqlalchemy/blob/master/tests/databasesetup_elixir.py#L25
[1] https://github.com/repoze/repoze.who/tree/master/repoze/who

----------
nosy: +cstratak

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29144>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to