Skip to content Skip to sidebar Skip to footer
Showing posts with the label Easy Install

Installing Scrapy-python And Easy_install On Windows 7

I'm trying to install Scrapy on windows 7. I'm following these instructions: http://doc.scr… Read more Installing Scrapy-python And Easy_install On Windows 7

Adding Libraries To Portable Python

So I'm currently using portable python and I need to add the neurolab library. On command line … Read more Adding Libraries To Portable Python

"pkg_resources.distributionnotfound" At Pip And Easy Install

I have to install a package via pip (in detail: the package lxml) into Python2.7 on our server (run… Read more "pkg_resources.distributionnotfound" At Pip And Easy Install

Python Using Easy_install Importerror: No Module Named _md5

I searched a lot and did not find any answer to this problem =( I have a CentOS 5 as a server, foll… Read more Python Using Easy_install Importerror: No Module Named _md5

How To Install Python Module Without Pip After We Download The Module To Local Folder

we can download the module - requests , as the following cd /home/module/ pip download requests ls … Read more How To Install Python Module Without Pip After We Download The Module To Local Folder

'easy_install -u Cython' Fails Complaining About Vcvarsall.bat And -mno-cygwin

Under Windows, it seems that easy_install with a C dependency isn't very easy. Attempt 1 - vcva… Read more 'easy_install -u Cython' Fails Complaining About Vcvarsall.bat And -mno-cygwin

How To Make Easy_install Execute Custom Commands In Setup.py?

I want my setup.py to do some custom actions besides just installing the Python package (like insta… Read more How To Make Easy_install Execute Custom Commands In Setup.py?

Easy_install Or Pip As A Limited User?

Standard python distutils provides a '--user' option which lets me install a package as a l… Read more Easy_install Or Pip As A Limited User?