Hi, Yes, sorry, I forgot that the ssh protocol only accepts pubkey authentication on gitorious, apologies for that.
Try instead git://gitorious.org/pyqt-h5browser/pyqt-h5browser.git or if that doesn't work: https://git.gitorious.org/pyqt-h5browser/pyqt-h5browser.git I added a file INSTALL.txt to the project which I hope gives installation instructions that work: https://gitorious.org/pyqt-h5browser/pyqt-h5browser/blobs/master/INSTALL.txt Cheers, Yngve Onsdag 12 oktober 2011 skrev du: > Dear Yngve, > > I tried to get your software using git. Obviously, I forgot something (I > am new to git): > > localhost [tmp]% git clone > [email protected]:pyqt-h5browser/pyqt-h5browser.git > Cloning into pyqt-h5browser... > The authenticity of host 'gitorious.org (87.238.52.168)' can't be > established. > RSA key fingerprint is 7e:af:8d:ec:f0:39:5e:ba:52:16:ce:19:fa:d4:b8:7d. > Are you sure you want to continue connecting (yes/no)? yes > Warning: Permanently added 'gitorious.org,87.238.52.168' (RSA) to > the list of known hosts. > Permission denied (publickey). > fatal: The remote end hung up unexpectedly > > Can you help me? > > Thanks, Richard > > On 10/12/2011 05:22 PM, Yngve Inntjore Levinsen wrote: > > > > 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 _______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
