On Sun, Jan 29, 2012 at 04:33:54PM +, Clive Cooper wrote:
> > This will make "python" refer to python3, but only for the current shell.
> If it is of any interest I had a similar problem when compiling alsalib.
> I just uninstalled python3. Done the compiling and then reinstalled python3.
> It
> I had the same problem with ChromiumOS, the problem is indeed that the
> scripts are exec'ing "python" without knowing that it’s python3 (and
> of course it occurs even if you run python2 in the first place)
> The solution I found is the following :
>
> mkdir /tmp/python2
> ln -s /usr/bin/python2
2012/1/29 Madhurya Kakati :
> Hi,
> I am trying to compile android 4.0 with the help of an article I found
> online[1]. When I execute a command I get the following error:
>
> $ python2 ~/bin/repo init -u http://git.android-x86.org/manifest -b ics-x86
> File "/home/papul/android-x86/.repo/repo/ma
On Jan 29, 2012 4:13 PM, "Thanasis Georgiou" wrote:
>>Look at the command carefully. I used python2. That means it is running
python
> > 2.7.2. Right now I am downloading python2.6 from AUR. Hope that helps.
> > --
> > Madhurya Kakati
>
> Yes but check, for example, line 23 in the repo script. It
On 29 January 2012 12:33, Madhurya Kakati wrote:
> On 01/29/12 at 12:28pm, Thanasis Georgiou wrote:
>> I remember doing this, it was a problem with python. I think it wanted
>> python2 but it found python3, something like that. I couldn't really
>> understand the script, it was python inside bash
On 01/29/12 at 12:28pm, Thanasis Georgiou wrote:
> I remember doing this, it was a problem with python. I think it wanted
> python2 but it found python3, something like that. I couldn't really
> understand the script, it was python inside bash so instead of
> spending years trying to fix it I moved
On 29 January 2012 12:12, Madhurya Kakati wrote:
> Hi,
> I am trying to compile android 4.0 with the help of an article I found
> online[1]. When I execute a command I get the following error:
>
> $ python2 ~/bin/repo init -u http://git.android-x86.org/manifest -b ics-x86
> File "/home/papul/and
Hi,
I am trying to compile android 4.0 with the help of an article I found
online[1]. When I execute a command I get the following error:
$ python2 ~/bin/repo init -u http://git.android-x86.org/manifest -b ics-x86
File "/home/papul/android-x86/.repo/repo/main.py", line 149
except Download
8 matches
Mail list logo