On May 7, 2008, at 1:51 AM, Sivkaumar M. Maniam (SSLS) wrote: > Dear Steven and MEEP users, > > I am using Ubuntu 8.04 Linux. My tutorial worked fine using Ubuntu > 7.10. Upon upgrading to version 8.04, I am always prompted with the > following: > > [EMAIL PROTECTED]:~$ h5topng -t 0:329 -R -Zc dkbluered -a yarg > -A > eps-000000.00.h5 ez.h5 > Could not find colormap "dkbluered" > > I have reinstalled h5utils via Synaptic Manager, but the error still > persist. > > Please advice. Thank you.
Run "h5topng -V" to get the version number. If it reports version number 1.11, then this is a known bug and Ubuntu needs to upgrade to version 1.11.1. Otherwise, I'm not sure, it may be some other problem with their packaging of h5utils. In either case, you should probably report the bug to Ubuntu (probably you can type "reportbug h5utils" if you have the reportbug package installed). In the meantime, there are two possible workarounds. Either install h5utils yourself from source, or supply the full pathname of the colormap file. That is, use -c /usr/share/h5utils/ colormaps/dkbluered (assuming that they installed the dkbluered file in the default location). Steven _______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

