Hi Mike,<br><br>It looks like your environment isn't set up correctly. Did you run the activate script in $YT_DEST/bin? I sometimes get that error when I forget to do that.<br><br>-Andrew<br><br><div class="gmail_quote">
On Wed, Feb 27, 2013 at 3:35 PM, Mike Butler <span dir="ltr"><<a href="mailto:butler85@astro.ufl.edu" target="_blank">butler85@astro.ufl.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello again, I think I spoke too soon about everything working fine.  Yt<br>
did install, but when I try to run it I get the error at the end of the<br>
email.  I checked and the file it says doesn't exist (libpng15.so.15) is<br>
in the yt-x86_64/lib/ directory.  Any ideas?<br>
<br>
Traceback (most recent call last):<br>
  File "./yt-x86_64/bin/yt", line 9, in <module><br>
    load_entry_point('yt==2.5dev', 'console_scripts', 'yt')()<br>
  File<br>
"/home/mike/Downloads/yt-x86_64/lib/python2.7/site-packages/distribute-0.6.32-py2.7.egg/pkg_resources.py",<br>
line 337, in load_entry_point<br>
    return get_distribution(dist).load_entry_point(group, name)<br>
  File<br>
"/home/mike/Downloads/yt-x86_64/lib/python2.7/site-packages/distribute-0.6.32-py2.7.egg/pkg_resources.py",<br>
line 2311, in load_entry_point<br>
    return ep.load()<br>
  File<br>
"/home/mike/Downloads/yt-x86_64/lib/python2.7/site-packages/distribute-0.6.32-py2.7.egg/pkg_resources.py",<br>
line 2017, in load<br>
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])<br>
  File<br>
"/home/mike/Downloads/yt-x86_64/src/yt-hg/yt/utilities/command_line.py",<br>
line 29, in <module><br>
    from yt.mods import *<br>
  File "/home/mike/Downloads/yt-x86_64/src/yt-hg/yt/mods.py", line 58, in<br>
<module><br>
    from yt.data_objects.api import \<br>
  File "/home/mike/Downloads/yt-x86_64/src/yt-hg/yt/data_objects/api.py",<br>
line 31, in <module><br>
    from grid_patch import \<br>
  File<br>
"/home/mike/Downloads/yt-x86_64/src/yt-hg/yt/data_objects/grid_patch.py",<br>
line 35, in <module><br>
    from yt.data_objects.data_containers import YTFieldData<br>
  File<br>
"/home/mike/Downloads/yt-x86_64/src/yt-hg/yt/data_objects/data_containers.py",<br>
line 43, in <module><br>
    from yt.data_objects.derived_quantities import GridChildMaskWrapper<br>
  File<br>
"/home/mike/Downloads/yt-x86_64/src/yt-hg/yt/data_objects/derived_quantities.py",<br>
line 36, in <module><br>
    from yt.utilities.parallel_tools.parallel_analysis_interface import \<br>
  File<br>
"/home/mike/Downloads/yt-x86_64/src/yt-hg/yt/utilities/parallel_tools/parallel_analysis_interface.py",<br>
line 39, in <module><br>
    from yt.utilities.lib import \<br>
  File<br>
"/home/mike/Downloads/yt-x86_64/src/yt-hg/yt/utilities/lib/__init__.py",<br>
line 35, in <module><br>
    from .png_writer import *<br>
ImportError: libpng15.so.15: cannot open shared object file: No such file<br>
<div class="HOEnZb"><div class="h5">or directory<br>
<br>
<br>
<br>
> On <a href="tel:27.02.2013%2022" value="+12702201322">27.02.2013 22</a>:29, Mike Butler wrote:<br>
>> Hello, sorry for the delay.  I had to do a fresh install, but<br>
>> unfortunately in the end it's still breaking at the same point, but in a<br>
>> different way.  I've reuploaded my install log here:<br>
>><br>
>> <a href="http://www.astro.ufl.edu/~butler85/yt_install.log" target="_blank">http://www.astro.ufl.edu/~butler85/yt_install.log</a><br>
><br>
> Hi Mike,<br>
> the log says:<br>
> Fortran compiler not found<br>
> do you have gfortran installed or have I messed something with PATH? :/<br>
> Cheers,<br>
> Kacper<br>
><br>
>>> Hi Mike,<br>
>>><br>
>>> Kacper just pushed a change that should fix this.  Can you try<br>
>>> rerunning<br>
>>> the install script?  I think in principle it should work by installing<br>
>>> over<br>
>>> the broken installation tree but may be necessary to start from scratch<br>
>>> by<br>
>>> deleting the broken installation.<br>
>>><br>
>>> -Nathan<br>
>>><br>
>>><br>
>>> On Wed, Feb 27, 2013 at 11:14 AM, Mike Butler<br>
>>> <<a href="mailto:butler85@astro.ufl.edu">butler85@astro.ufl.edu</a>>wrote:<br>
>>><br>
>>>> Hi Kacper,<br>
>>>><br>
>>>> Yes, it appears to have installed fine.  There is a Forthon executable<br>
>>>> in<br>
>>>> the bin directory which produces the help screen when you run it.<br>
>>>><br>
>>>> I've uploaded the install log here:<br>
>>>><br>
>>>> <a href="http://www.astro.ufl.edu/~butler85/yt_install.log" target="_blank">http://www.astro.ufl.edu/~butler85/yt_install.log</a><br>
>>>><br>
>>>>> On <a href="tel:27.02.2013%2019" value="+12702201319">27.02.2013 19</a>:56, Mike Butler wrote:<br>
>>>>>> Hello, I'm trying to install the latest dev branch of yt on my<br>
>>>>>> Ubuntu<br>
>>>>>> 11.10 laptop using the install script (with all default values) and<br>
>>>> run<br>
>>>>>> into trouble once it gets to the installation of yt.  Here is the<br>
>>>> tail<br>
>>>>>> of<br>
>>>>>> the install log:<br>
>>>>>><br>
>>>>>> /bin/sh: svnversion: not found<br>
>>>>>> PNG_LOCATION: png.cfg: /home/mike/Downloads/yt-x86_64/include,<br>
>>>>>> /home/mike/Downloads/yt-x86_64/lib<br>
>>>>>> FTYPE_LOCATION: freetype found in: /usr/include, /usr/lib<br>
>>>>>> HDF5_LOCATION: HDF5_DIR: /home/mike/Downloads/yt-x86_64/include,<br>
>>>>>> /home/mike/Downloads/yt-x86_64/lib<br>
>>>>>> running develop<br>
>>>>>> running build_scripts<br>
>>>>>> running egg_info<br>
>>>>>> running build_src<br>
>>>>>> running build_forthon<br>
>>>>>> error: No such file or directory<br>
>>>>><br>
>>>>> Hi Mike,<br>
>>>>> can you verify that Forthon was installed successfully?<br>
>>>>> There should be Forthon script somewhere (probably in<br>
>>>>> /home/mike/Downloads/yt-x86_64/bin)<br>
>>>>><br>
>>>>>> I've double checked all the dependencies and they are all installed<br>
>>>> and<br>
>>>>>> up<br>
>>>>>> to date.  The stable version installs fine, if that matters.<br>
>>>>>> If you need my full install log, let me know.<br>
>>>>> I'd be grateful if you could do that.<br>
>>>>> Cheers,<br>
>>>>> Kacper<br>
>>>>><br>
>>>>> _______________________________________________<br>
>>>>> yt-users mailing list<br>
>>>>> <a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
>>>>> <a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
>>>>><br>
>>>><br>
>>>><br>
>>>> _______________________________________________<br>
>>>> yt-users mailing list<br>
>>>> <a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
>>>> <a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
>>>><br>
>>> _______________________________________________<br>
>>> yt-users mailing list<br>
>>> <a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
>>> <a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
>>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> yt-users mailing list<br>
>> <a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
>> <a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
>><br>
><br>
><br>
><br>
> _______________________________________________<br>
> yt-users mailing list<br>
> <a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
> <a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
><br>
<br>
<br>
_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
</div></div></blockquote></div><br>