Answer the question
In order to leave comments, you need to log in
how to run pyquery with python 3.1?
I downloaded pyquery, I try to install:
python3 setup.py install
I get:
ImportError: No module named setuptools
and setuptools itself - pypi.python.org/pypi/setuptools#files - seems to be only for 2.7
, maybe I'm doing something wrong?
Answer the question
In order to leave comments, you need to log in
That's right, 90-95% of packages for python3 do not work now. While it is more practical to use the 2nd python, it is not much worse than the 3rd (most of the features are in 2.7), and the infrastructure is much richer. At least another year or two of the third version, I think, will be needed to become mainstream.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question