Hi! I want to install pyquery on windows. But i cant run setup.py install on the command line. Do you have any hint?
+1
A:
I guess you don't have lxml or setuptools installed
setuptools http://pypi.python.org/pypi/setuptools/0.6c11
lxml http://pypi.python.org/pypi/lxml/2.2.2
Install them first and then try again, I just tried that, its working properly here.
S.Mark
2009-12-28 01:57:00
i installed lxml but not setuptools. i will do this now. thanks.
kame
2009-12-28 02:22:38
i use Python 3.1.1 now. setuptools are only available until 2.6. :/
kame
2009-12-28 02:25:30
Unless I've missed something, pyQuery isn't available for Python 3 either. Python 3 is a new major version of Python which is incompatible in several significant ways with Python 2.0.
bobince
2009-12-28 02:41:14