activepapers / activepapers-python

Python edition of ActivePapers
http://www.activepapers.org/python-edition/
Other
41 stars 11 forks source link

Import tracking fails with Python 3.3 and later #17

Closed khinsen closed 8 years ago

khinsen commented 8 years ago

The new import machinery introduced with Python 3.3 breaks that import tracking in ActivePapers that is based on the old __import__ function.

khinsen commented 8 years ago

This was a misdiagnosis of the problem, see #18 for the real cause.