Onsdag 12 oktober 2011 skrev Zaak Beekman:
> Are there any install directions anywhere for those of us unacustomed to
> working with Python packages? Also, what are the prerequisits?
> Thanks,
> Izaak Beekman
> ===================================
> (301)244-9367
> Princeton University Doctoral Candidate
> Mechanical and Aerospace Engineering
> [email protected]
> 
> UMD-CP Visiting Graduate Student
> Aerospace Engineering
> [email protected]
> [email protected]

Hi,

Requirements are:
Python 2 (at least 2.6 I'd guess, I'm using 2.7), PyQt4, matplotlib (which 
itself requires numpy).

Installation would be:

git clone [email protected]:pyqt-h5browser/pyqt-h5browser.git
cd pyqt-h5browser

Then you run the file "h5browser" with the path to an hdf5 file as argument:

./h5browser my_testfile.h5

If you don't have git you can download the tarball from here:
https://gitorious.org/pyqt-h5browser/pyqt-h5browser/archive-tarball/master

You can install the packages with:

python setup.py install

and then move the h5browser to your path. As you understand I have not made 
very 
serious consideration for how to do this on Windows (without cygwin). Some 
other guru 
might want to suggest the best way to do that.

Cheers,
Yngve
_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org

Reply via email to