Hi Matt,<br>Many thanks for response!<br>Previously, i was updating the existing version of yt using yt update command. Now, as you suggested i downloaded the script and ran it over top of existing installation. I got the following error different from the previous one.<br>
Cheers<br>Latif<br>   from setupbase import target_update<br>gzip: stdin: unexpected end of file<br>tar: Unexpected EOF in archive<br>tar: Unexpected EOF in archive<br>tar: Error is not recoverable: exiting now<br>********************************************<br>
        FAILURE REPORT:<br>********************************************<br><br><br>Installed /home/astro73/mlatif/YT/yt-x86_64/lib/python2.7/site-packages/tornado-2.2-py2.7.egg<br>Processing dependencies for tornado==2.2<br>
Finished processing dependencies for tornado==2.2<br>Traceback (most recent call last):<br>  File "setup.py", line 61, in <module><br>    from setupbase import target_update<br>  File "/home/astro73/mlatif/YT/yt-x86_64/src/ipython-0.13/setupbase.py", line 33, in <module><br>
    from setupext import install_data_ext<br>ImportError: No module named setupext<br><br>********************************************<br>********************************************<br><br>  File "/home/astro73/mlatif/YT/yt-x86_64/src/ipython-0.13/setupbase.py", line 33, in <module><br>
    from setupext import install_data_ext<br>ImportError: No module named setupext<br><br><br><br><div class="gmail_quote">On Fri, Aug 3, 2012 at 12:12 PM, Matthew Turk <span dir="ltr"><<a href="mailto:matthewturk@gmail.com" target="_blank">matthewturk@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Latif,<br>
<div class="im"><br>
On Fri, Aug 3, 2012 at 5:47 AM, Latif <<a href="mailto:latifne@gmail.com">latifne@gmail.com</a>> wrote:<br>
> Hi all,<br>
>  I tried to update the my old version of yt and got the following error.  I<br>
> did some google search, it seems that problem occurs due to version<br>
> conflicts with python and mercirial. Any ideas how to fix this issue.<br>
> Thanks in advance!<br>
<br>
</div>Yup, looks to me like when the yt stack was built, libssl-dev wasn't<br>
installed on your system -- or it's not installed now, not sure.  When<br>
you updated, did you run "yt update"?  I would recommend downloading<br>
the install script anew and running it *over top* of your existing<br>
installation.  This will also upgrade all of your dependencies.<br>
Before you do that, if you're on Ubuntu it will tell you which<br>
packages you need to have installed first.<br>
<br>
So,<br>
<br>
wget <a href="http://hg.yt-project.org/yt/raw/stable/doc/install_script.sh" target="_blank">http://hg.yt-project.org/yt/raw/stable/doc/install_script.sh</a><br>
bash install_script.sh<br>
<br>
Let us know how it goes!<br>
<br>
-Matt<br>
<div class="im"><br>
> Latif<br>
><br>
> <a href="https://groups.google.com/forum/#%21msg/scmmanager/tpO80fdUXYU/rHGN6Ga7MIwJ" target="_blank">https://groups.google.com/forum/#!msg/scmmanager/tpO80fdUXYU/rHGN6Ga7MIwJ</a><br>
><br>
><br>
> File<br>
> "/home/astro73/mlatif/YT/yt-x86_64/lib/python2.7/site-packages/mercurial/statichttprepo.py",<br>
> line 11, in <module><br>
>     import changelog, byterange, url, error<br>
>   File<br>
> "/home/astro73/mlatif/YT/yt-x86_64/lib/python2.7/site-packages/mercurial/url.py",<br>
> line 13, in <module><br>
>     import httpconnection as httpconnectionmod<br>
>   File<br>
> "/home/astro73/mlatif/YT/yt-x86_64/lib/python2.7/site-packages/mercurial/httpconnection.py",<br>
> line 16, in <module><br>
>     from mercurial import httpclient<br>
>   File<br>
> "/home/astro73/mlatif/YT/yt-x86_64/lib/python2.7/site-packages/mercurial/httpclient/__init__.py",<br>
> line 48, in <module><br>
>     import socketutil<br>
>   File<br>
> "/home/astro73/mlatif/YT/yt-x86_64/lib/python2.7/site-packages/mercurial/httpclient/socketutil.py",<br>
> line 82, in <module><br>
>     class FakeSocket(httplib.FakeSocket):<br>
> AttributeError: 'module' object has no attribute 'FakeSocket<br>
><br>
</div>> _______________________________________________<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>
</blockquote></div><br>