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.
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
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
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
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