Re: Generating HDF5 and downloading

2017-05-02 Thread Michal Petrucha
On Fri, Apr 28, 2017 at 03:38:36PM -0700, avill...@ucsc.edu wrote: > Hi everybody, > > I've successfully gotten a web app that takes user data, uses that to make > a query, and the outputs a CSV file. However, what I'd really like is to > output an HDF5 file. I googled around and there doesn't

Re: Generating HDF5 and downloading

2017-05-01 Thread Antonis Christofides
Hi, Please show the full traceback. Antonis Christofides http://djangodeployment.com On 2017-04-29 01:38, avill...@ucsc.edu wrote: > Hi everybody, > > I've successfully gotten a web app that takes user data, uses that to make a > query, and the outputs a CSV file. However, what I'd really like

Generating HDF5 and downloading

2017-04-28 Thread avillaum
Hi everybody, I'm making my first website with Django (also my first website ever). I've successfully gotten a web app that takes user data, uses that to make a query, and the outputs a CSV file. However, what I'd really like is to output an HDF5 file. I googled around and there doesn't seem to

Generating HDF5 and downloading

2017-04-28 Thread avillaum
Hi everybody, I've successfully gotten a web app that takes user data, uses that to make a query, and the outputs a CSV file. However, what I'd really like is to output an HDF5 file. I googled around and there doesn't seem to be any documentation on outputting an HD5F file from a Django web ap