<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"><br></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
    Then issues ocurred with gwebsockets. It persistently tried to use
    python3.3, my system's default, instead of python2.7. Finally I
    found the culprit, in
    ./out/sandbox/install/lib/python2.7/site-packages/osbuild/build.py I
    replaced in line 190 one instance of "python" for "python2.7" and it
    worked after that.<br>
    <br>
    Finally when building sugar-base I had to set up the environment
    variable PYTHON=/usr/bin/python2.7 in order for it to build.<br>
    Also, when building sugar, I had to manually create the directory
    "./out/install/etc/gconf/" or it would fail to install<br>
    <br></div></blockquote><div><br></div><div>Maybe you can solve this issues just creating symlinks like in fedora:</div><div><br></div><div><div>[gonzalo@localhost develop-activity]$ ls -l /bin/python</div><div>lrwxrwxrwx. 1 root root 7 Jan  9  2013 /bin/python -> python2</div>
<div><br></div><div>[gonzalo@localhost develop-activity]$ ls -l /bin/python2</div><div>lrwxrwxrwx. 1 root root 9 Jan  9  2013 /bin/python2 -> python2.7</div></div><div><br></div><div>Gonzalo</div></div>
</div></div>