This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cstratak
Recipients cstratak, eric.smith, frenzy, torsava
Date 2017-03-27.18:44:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490640272.48.0.271597773016.issue29144@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-03-27 18:44:32cstrataksetrecipients: + cstratak, eric.smith, torsava, frenzy
2017-03-27 18:44:32cstrataksetmessageid: <1490640272.48.0.271597773016.issue29144@psf.upfronthosting.co.za>
2017-03-27 18:44:32cstrataklinkissue29144 messages
2017-03-27 18:44:32cstratakcreate