It appears that the Makefile puts the module in /usr/local/lib/python3.5/dist-packages/ while the real package puts it in /usr/lib/python3/dist-packages/, making it impossible to revert the change by reinstalling the real package. Not immediately sure how setup.py works so I'm leaving this for later.
It appears that the Makefile puts the module in
/usr/local/lib/python3.5/dist-packages/
while the real package puts it in/usr/lib/python3/dist-packages/
, making it impossible to revert the change by reinstalling the real package. Not immediately sure howsetup.py
works so I'm leaving this for later.