Hi I'm using windows xp pro and have just recentlly installed active python 2.5. I'm in need of the py-dom-xpath module and I can't seem to figure out how to install it. If someone could take me step by step to accomplish this it would be apprecieated thanks. (im new to python)
1. Download the tarball from http://code.google.com/p/py-dom-xpath/
2. Extract it (using 7-zip)
3. Open command line and `cd` into the extracted directory
4. Run 'python setup.py install'
-srid
Note that with ActivePython-2.6, you can simply type:
pypm install py-dom-xpath>>1. Download the tarball from http://code.google.com/p/py-dom-xpath/
>>2. Extract it (tar)
>>3. Open command line and `cd` into the extracted directory
How can allocate a directory for the installation?
for example:
i want to install this tool to /opt/xpath. which command could be use in Linx(Redhat)?
Thanks in advance!
Br, wwyhy
1. Install ActivePython 2.6 or 2.7
2. Intall the module using PyPM; see http://code.activestate.com/pypm/py-dom-xpath/