PDA

View Full Version : libxml2dom can't install on my python



vampirorag
07-11-2016, 03:23 PM
I tried manually install, because pip not work here. Every i try install, appear this error:
21775
I not found this file :/

Daviid
07-11-2016, 03:34 PM
Download and install pip ([Only registered and activated users can see links]).
Open a terminal and type "pip install mechanize"
Open a terminal and type "pip install libxml2dom"
Download and install this ([Only registered and activated users can see links])

vampirorag
07-11-2016, 03:44 PM
Download and install pip ([Only registered and activated users can see links]).
Open a terminal and type "pip install mechanize"
Open a terminal and type "pip install libxml2dom"
Download and install this ([Only registered and activated users can see links])

I tried install pip but not work...
21776
In CMD i can install manually, but not with pip comand

vampirorag
07-11-2016, 03:49 PM
When i try install "pip" appear this error:
Requirement already up-to-date: pip in C:\Python27\lib\site-packages

Daviid
07-11-2016, 04:24 PM
When i try install "pip" appear this error:
Requirement already up-to-date: pip in C:\Python27\lib\site-packages
Pip command is in the cmd not in the python console

Sent from my toaster.

vampirorag
07-11-2016, 04:46 PM
Pip command is in the cmd not in the python console

Sent from my toaster.

21777

Pip command is not work in CMD

Daviid
07-11-2016, 04:46 PM
21777

Pip command is not work in CMD
Then it's not correctly installed

Sent from my toaster.

vampirorag
07-11-2016, 05:08 PM
Then it's not correctly installed

Sent from my toaster.

I make this:
[Only registered and activated users can see links]

---------- Post added at 07:08 PM ---------- Previous post was at 07:01 PM ----------


Then it's not correctly installed

Sent from my toaster.

Nice CMD not recognized pip, but, i solved problem runing pip manually on cdm...
"cd \Python27\Scripts"
"pip.exe"
"pip install libxml2dom"

But my pc not recognize automatically pip. I need execute Pip on folder.
Thanks for Help!

Problem Solved.