0

I have installed pip this way.
1.download from https://pypi.python.org/pypi/pip
2.extract it in d:\pip-1.5.6\
3.install
d:\Python27\python d:\pip-1.5.6\setup.py install.
There are pips in my directory(site-packages).

enter image description here

When to install flask ,i get error message "ImportError: No module named pip" ,what's the reason,and how to solve it?

enter image description here

showkey
  • 449
  • 30
  • 101
  • 235
  • You have a problem in the pip install, look [here](http://stackoverflow.com/q/4750806/1982962), possible duplicate. – Kobi K Jun 29 '14 at 14:22

1 Answers1

0

first you can follow this steps :

  Run virtualenv and create your virtualenv    
  install pip & setuptools into this virtualenv

if still you have the problem i think its a bug and you can see https://github.com/pypa/virtualenv/issues/564 references http://bugs.python.org/issue20621 !

kasravnd
  • 94,640
  • 16
  • 137
  • 166