Re: [arch-general] python problems while compiling Android 4.0

2012-01-29 Thread Martti Kühne
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

Re: [arch-general] python problems while compiling Android 4.0

2012-01-29 Thread Clive Cooper
> 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

Re: [arch-general] python problems while compiling Android 4.0

2012-01-29 Thread Guillaume Brunerie
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

Re: [arch-general] python problems while compiling Android 4.0

2012-01-29 Thread Madhurya Kakati
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

Re: [arch-general] python problems while compiling Android 4.0

2012-01-29 Thread Thanasis Georgiou
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

Re: [arch-general] python problems while compiling Android 4.0

2012-01-29 Thread Madhurya Kakati
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

Re: [arch-general] python problems while compiling Android 4.0

2012-01-29 Thread Thanasis Georgiou
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

[arch-general] python problems while compiling Android 4.0

2012-01-29 Thread 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/main.py", line 149 except Download