hg problems in clean yt install on ubuntu?
Has anyone seen this error after clean install of yt on ubuntu? I went through lists online to see what is going on, and it appears to be a compile of python without ssl support. I'm not sure how to fix it however. This is using the mercurial build from the install script. $hg pull abort: Python SSL support not found Is it an Ubuntu problem? Or do I need to rebuild python from the install script with some other flags? Thanks! -- Eric Hallman Tech-X Corporation hallman@txcorp.com 5621 Arapahoe Ave, Suite A Phone: (720) 254-5833 Boulder, CO 80303 Fax: (303) 448-7756 --
Hi Eric, Yup, I've run into this recently. You need to apt-get install libssl-dev and then rm $YT_DEST/src/python/done and rerun the install script. I'm doing this from memory, so let me know if I got the details wrong. I'll correct when I'm in front of my computer... Hope this helps, J On Mar 21, 2012 7:27 AM, "Eric Hallman" <hallman@txcorp.com> wrote:
Has anyone seen this error after clean install of yt on ubuntu? I went through lists online to see what is going on, and it appears to be a compile of python without ssl support. I'm not sure how to fix it however. This is using the mercurial build from the install script.
$hg pull abort: Python SSL support not found
Is it an Ubuntu problem? Or do I need to rebuild python from the install script with some other flags?
Thanks!
-- Eric Hallman Tech-X Corporation hallman@txcorp.com <kruger@txcorp.com> 5621 Arapahoe Ave, Suite A Phone: (720) 254-5833 Boulder, CO 80303 Fax: (303) 448-7756 --
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
Hi Eric, Just to add to what Jeff said, if you find that it still doesn't work, you can edit the file Modules/Setup in the Python source directory in YT_DEST/src. If you search in that file for ssl, you will see some commented out code that you can use to point to where ssl is installed. Britton On Wed, Mar 21, 2012 at 10:32 AM, j s oishi <jsoishi@gmail.com> wrote:
Hi Eric,
Yup, I've run into this recently. You need to apt-get install libssl-dev and then rm $YT_DEST/src/python/done and rerun the install script.
I'm doing this from memory, so let me know if I got the details wrong. I'll correct when I'm in front of my computer...
Hope this helps,
J On Mar 21, 2012 7:27 AM, "Eric Hallman" <hallman@txcorp.com> wrote:
Has anyone seen this error after clean install of yt on ubuntu? I went through lists online to see what is going on, and it appears to be a compile of python without ssl support. I'm not sure how to fix it however. This is using the mercurial build from the install script.
$hg pull abort: Python SSL support not found
Is it an Ubuntu problem? Or do I need to rebuild python from the install script with some other flags?
Thanks!
-- Eric Hallman Tech-X Corporation hallman@txcorp.com <kruger@txcorp.com> 5621 Arapahoe Ave, Suite A Phone: (720) 254-5833 Boulder, CO 80303 Fax: (303) 448-7756 --
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
Guys, thanks a lot for your help. I was sure I wasn't the first to see this. Reinstalling python now. Thanks Eric On Mar 21, 2012, at 10:34 AM, Britton Smith wrote:
Hi Eric,
Just to add to what Jeff said, if you find that it still doesn't work, you can edit the file Modules/Setup in the Python source directory in YT_DEST/src. If you search in that file for ssl, you will see some commented out code that you can use to point to where ssl is installed.
Britton
On Wed, Mar 21, 2012 at 10:32 AM, j s oishi <jsoishi@gmail.com> wrote: Hi Eric,
Yup, I've run into this recently. You need to apt-get install libssl-dev and then rm $YT_DEST/src/python/done and rerun the install script.
I'm doing this from memory, so let me know if I got the details wrong. I'll correct when I'm in front of my computer...
Hope this helps,
J
On Mar 21, 2012 7:27 AM, "Eric Hallman" <hallman@txcorp.com> wrote: Has anyone seen this error after clean install of yt on ubuntu? I went through lists online to see what is going on, and it appears to be a compile of python without ssl support. I'm not sure how to fix it however. This is using the mercurial build from the install script.
$hg pull abort: Python SSL support not found
Is it an Ubuntu problem? Or do I need to rebuild python from the install script with some other flags?
Thanks!
-- Eric Hallman Tech-X Corporation hallman@txcorp.com 5621 Arapahoe Ave, Suite A Phone: (720) 254-5833 Boulder, CO 80303 Fax: (303) 448-7756 --
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
-- Eric Hallman Tech-X Corporation hallman@txcorp.com 5621 Arapahoe Ave, Suite A Phone: (720) 254-5833 Boulder, CO 80303 Fax: (303) 448-7756 --
Eric, This does come up relatively often. I'll add a note to the install script. Also, is there any interest out there for PPAs for Ubuntu? Matt On Mar 21, 2012 10:40 AM, "Eric Hallman" <hallman@txcorp.com> wrote:
Guys, thanks a lot for your help. I was sure I wasn't the first to see this. Reinstalling python now.
Thanks
Eric On Mar 21, 2012, at 10:34 AM, Britton Smith wrote:
Hi Eric,
Just to add to what Jeff said, if you find that it still doesn't work, you can edit the file Modules/Setup in the Python source directory in YT_DEST/src. If you search in that file for ssl, you will see some commented out code that you can use to point to where ssl is installed.
Britton
On Wed, Mar 21, 2012 at 10:32 AM, j s oishi <jsoishi@gmail.com> wrote:
Hi Eric,
Yup, I've run into this recently. You need to apt-get install libssl-dev and then rm $YT_DEST/src/python/done and rerun the install script.
I'm doing this from memory, so let me know if I got the details wrong. I'll correct when I'm in front of my computer...
Hope this helps,
J On Mar 21, 2012 7:27 AM, "Eric Hallman" <hallman@txcorp.com> wrote:
Has anyone seen this error after clean install of yt on ubuntu? I went through lists online to see what is going on, and it appears to be a compile of python without ssl support. I'm not sure how to fix it however. This is using the mercurial build from the install script.
$hg pull abort: Python SSL support not found
Is it an Ubuntu problem? Or do I need to rebuild python from the install script with some other flags?
Thanks!
-- Eric Hallman Tech-X Corporation hallman@txcorp.com <kruger@txcorp.com> 5621 Arapahoe Ave, Suite A Phone: (720) 254-5833 Boulder, CO 80303 Fax: (303) 448-7756 --
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
-- Eric Hallman Tech-X Corporation hallman@txcorp.com <kruger@txcorp.com> 5621 Arapahoe Ave, Suite A Phone: (720) 254-5833 Boulder, CO 80303 Fax: (303) 448-7756 --
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
Gentlemen, thanks for the directions, hg is working properly now. Matt, as far as PPAs, do you mean you'd make an "apt-get yt"-type functionality for ubuntu? It sounds good, but truthfully the install script is so clean now that it may be overkill. Eric On Mar 21, 2012, at 10:45 AM, Matthew Turk wrote:
Eric,
This does come up relatively often. I'll add a note to the install script.
Also, is there any interest out there for PPAs for Ubuntu?
Matt
On Mar 21, 2012 10:40 AM, "Eric Hallman" <hallman@txcorp.com> wrote: Guys, thanks a lot for your help. I was sure I wasn't the first to see this. Reinstalling python now.
Thanks
Eric On Mar 21, 2012, at 10:34 AM, Britton Smith wrote:
Hi Eric,
Just to add to what Jeff said, if you find that it still doesn't work, you can edit the file Modules/Setup in the Python source directory in YT_DEST/src. If you search in that file for ssl, you will see some commented out code that you can use to point to where ssl is installed.
Britton
On Wed, Mar 21, 2012 at 10:32 AM, j s oishi <jsoishi@gmail.com> wrote: Hi Eric,
Yup, I've run into this recently. You need to apt-get install libssl-dev and then rm $YT_DEST/src/python/done and rerun the install script.
I'm doing this from memory, so let me know if I got the details wrong. I'll correct when I'm in front of my computer...
Hope this helps,
J
On Mar 21, 2012 7:27 AM, "Eric Hallman" <hallman@txcorp.com> wrote: Has anyone seen this error after clean install of yt on ubuntu? I went through lists online to see what is going on, and it appears to be a compile of python without ssl support. I'm not sure how to fix it however. This is using the mercurial build from the install script.
$hg pull abort: Python SSL support not found
Is it an Ubuntu problem? Or do I need to rebuild python from the install script with some other flags?
Thanks!
-- Eric Hallman Tech-X Corporation hallman@txcorp.com 5621 Arapahoe Ave, Suite A Phone: (720) 254-5833 Boulder, CO 80303 Fax: (303) 448-7756 --
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
-- Eric Hallman Tech-X Corporation hallman@txcorp.com 5621 Arapahoe Ave, Suite A Phone: (720) 254-5833 Boulder, CO 80303 Fax: (303) 448-7756 --
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
-- Eric Hallman Tech-X Corporation hallman@txcorp.com 5621 Arapahoe Ave, Suite A Phone: (720) 254-5833 Boulder, CO 80303 Fax: (303) 448-7756 --
participants (4)
-
Britton Smith
-
Eric Hallman
-
j s oishi
-
Matthew Turk