Re: [sage-support] Installing Python module in Sage (Ubuntu)

2014-04-24 Thread v_2e
Hello! On Wed, 23 Apr 2014 15:40:10 -0700 William Stein wst...@gmail.com wrote: 0. Install the necessary devel libraries for Ubuntu: sudo apt-get install h5utils libhdf5-dev libhdf5-doc 1. Install PIP: sage -sh wget

[sage-support] Installing Python module in Sage (Ubuntu)

2014-04-23 Thread Akshat Mahajan
Hi! The general problem: how does one go about installing modules (that are not shipped with Sage) for Python 2.x for Sage in Ubuntu? Why I'm asking this: I have to work with files in the hdf4 format. Now, there's a module called PyHDF that allows me to read hdf4 files using Python. However,

Re: [sage-support] Installing Python module in Sage (Ubuntu)

2014-04-23 Thread William Stein
On Tue, Apr 22, 2014 at 5:06 PM, Akshat Mahajan akshatm@gmail.com wrote: Hi! The general problem: how does one go about installing modules (that are not shipped with Sage) for Python 2.x for Sage in Ubuntu? Why I'm asking this: I have to work with files in the hdf4 format. Now, there's