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

Easy_install Lxml On Python 2.7 On Windows

I'm using python 2.7 on Windows. How come the following error occurs when I try to install [lxm… Read more Easy_install Lxml On Python 2.7 On Windows

Easy_install's --prefix Option Doesn't Change Where It Tries To Install My Package

I want to install Sphinx 1.1.3 for python 2.6. However, I don't have sudo rights. So instead of… Read more Easy_install's --prefix Option Doesn't Change Where It Tries To Install My Package

Python Virtual Environment Package Install Issue

I'm building a Python project requiring Django. I have created a project directory and virtual… Read more Python Virtual Environment Package Install Issue

Compiling With An Sdk That Doesn't Seem To Exist: /developer/sdks/macosx10.6.sdk

I'm trying to install rpy2 for Python3 with the following command: easy_install-3.2 rpy2 This … Read more Compiling With An Sdk That Doesn't Seem To Exist: /developer/sdks/macosx10.6.sdk

How To Unzip Python Eggs?

I'm trying to bundle some egg dependencies when using py2exe and as stated on the py2exe site, … Read more How To Unzip Python Eggs?

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

How Can I Install Various Python Libraries In Jython?

I know that I can install Jython with Java and that I can use Jython where I use Python. The Jython… Read more How Can I Install Various Python Libraries In Jython?

Unable To Use Easy_install To Install Python Modules

I am trying to use easy_install to install a module called requests by doing easy_install requests… Read more Unable To Use Easy_install To Install Python Modules