views:

172

answers:

1

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
i installed lxml but not setuptools. i will do this now. thanks.
kame
i use Python 3.1.1 now. setuptools are only available until 2.6. :/
kame
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