D
D
deex2011-03-09 12:22:49
Python
deex, 2011-03-09 12:22:49

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

1 answer(s)
K
kmike, 2011-03-09
@kmike

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 question

Ask a Question

731 491 924 answers to any question