Re: Install lxml package on Windows 7

2012-05-29 Thread Irmen de Jong
On 29-5-2012 22:41, David Fanning wrote: > Folks, > > I need some help. I need the lxml package to run a particular > Python program. > >http://lxml.de/ > > I downloaded the appropriate binary egg package for lxml, and > I found easy_install.exe in my Python 2.7 distribution. I ran > that.

Re: Install lxml package on Windows 7

2012-05-29 Thread David Fanning
David Fanning writes: > > I need some help. I need the lxml package to run a particular > > Python program. > > > >http://lxml.de/ OK, to answer my own question and help someone else out, I eventually found an lxml-2.3.4.exe file on this page: http://code.google.com/p/pythonxy/wiki/Add

Re: Install lxml package on Windows 7

2012-05-29 Thread David Fanning
David Fanning writes: > I need some help. I need the lxml package to run a particular > Python program. > >http://lxml.de/ OK, maybe I am getting somewhere now. I am now running my command window as an Administrator. So, the command window stays open so I can see what is happening. So, fr

Re: Install lxml package on Windows 7

2012-05-29 Thread David Fanning
David Fanning writes: > > Folks, > > I need some help. I need the lxml package to run a particular > Python program. > >http://lxml.de/ > > I downloaded the appropriate binary egg package for lxml, and > I found easy_install.exe in my Python 2.7 distribution. I ran > that. > > Then, at

Re: install lxml

2011-10-23 Thread Terry Reedy
On 10/24/2011 12:02 AM, 水静流深 wrote: there are two python versions in my computer, python2.7 is the default,python3.2 is the second install. for python2.7 ~$python Python 2.7.1+ (r271:86832, Apr 11 2011, 18:05:24) [GCC 4.5.2] on linux2 Type "help", "copyright", "credits" or "license" for more info