Hello, people. A newbie here... sorry.
A hired programmer (who doesn't use Windows) is writing a Python thing for me,
On my Windows 7 PC, I installed Python v 3.4.3, and he says that I need to install
certain non-standard modules... lxml, requests and xlwt from
http://lxml.de/
http://docs.python-requests.org/en/latest/
https://pypi.python.org/pypi/xlwt
Trying to install that first one, LXML, I went to that website and downloaded
lxml-3.4.4.win32-py3.2.exe
I then started it, and it said...
"Python version 3.2 required, which was not found in the registry."
I'd rather not install an older version of Python, but... what else can I do?
For the 2nd one, REQUESTS, the Installation page says...
Installing Requests is simple with pip, just run this in your terminal:
$ pip install requests
What "terminal" am I using, and what's with the "$" symbol? I dunno'.
I tried various lines in a CMD window, but nothing worked.
The 3rd one, XLWT, says...
Do the following in your virtualenv:
pip install xlwt
Where is my "virtualenv" ?
Help, please.
Thanks.
Mark54