Re: [arch-general] python3 update

2010-10-20 Thread cantabile
Le 20/10/2010 21:00, solsTiCe d'Hiver a écrit : Le mardi 19 octobre 2010 à 18:54 +0200, Clément Démoulins a écrit : And the dependencies must be updated from python to python2. also I guess something like python>2.6.5 should become python2>2.6.5 which does not make any sense since python2 in

Re: [arch-general] python3 update

2010-10-20 Thread solsTiCe d'Hiver
Le mardi 19 octobre 2010 à 18:54 +0200, Clément Démoulins a écrit : > > And the dependencies must be updated from python to python2. > also I guess something like python>2.6.5 should become python2>2.6.5 which does not make any sense since python2 in archlinux is >= 2.7 and then could be shortene

Re: [arch-general] python3 update

2010-10-19 Thread Nicolás Reynolds
El 19/10/10 07:13, Heiko Baums dijo: > Am Tue, 19 Oct 2010 18:54:16 +0200 > schrieb Clément Démoulins : > > > Le 19/10/2010 16:50, Fess a écrit : > > > I think this is useful information: all soft installed from aur > > > need to be reinstalled with changing line like "python setup.py > > > blah-b

Re: [arch-general] python3 update

2010-10-19 Thread Heiko Baums
Am Tue, 19 Oct 2010 18:54:16 +0200 schrieb Clément Démoulins : > Le 19/10/2010 16:50, Fess a écrit : > > I think this is useful information: all soft installed from aur > > need to be reinstalled with changing line like "python setup.py > > blah-blah" to line "python2 setup.py blah-blah". Because

Re: [arch-general] python3 update

2010-10-19 Thread C Anthony Risinger
2010/10/19 Clément Démoulins : > Le 19/10/2010 16:50, Fess a écrit : >> I think this is useful information: all soft installed from aur need to be >> reinstalled with changing line like "python setup.py blah-blah" to line >> "python2 setup.py blah-blah". Because some packages still aren't >> tou

Re: [arch-general] python3 update

2010-10-19 Thread Clément Démoulins
Le 19/10/2010 16:50, Fess a écrit : > I think this is useful information: all soft installed from aur need to be > reinstalled with changing line like "python setup.py blah-blah" to line > "python2 setup.py blah-blah". Because some packages still aren't touched(e.g. > charm). > So, something lik

[arch-general] python3 update

2010-10-19 Thread Fess
I think this is useful information: all soft installed from aur need to be reinstalled with changing line like "python setup.py blah-blah" to line "python2 setup.py blah-blah". Because some packages still aren't touched(e.g. charm). So, something like that. --