I'm trying to import pyquery as I did hundreds on time before, and it's not working. It looks like related to the Mac OS Sierra. (module installed with pip and up-to-date)
from pyquery import PyQuery as pq
And got an error on the namespacing
ImportError: cannot import name PyQuery
Any idea ? Thx !