On Mon, 3 Aug 2009 10:15:19 +1000
Adam Carter <adam.car...@optus.com.au> wrote:

> > Just installing it doesn't break portage. But using it does! :)
> >
> >   19:14:44 poke:~ $ eselect python list
> >   Available python interpreters:
> >     [1]   python2.6
> >     [2]   python3.1
> >   19:17:24 poke:~ $ sudo eselect python set 2
> >   19:17:31 poke:~ $ emerge --info
> >     File "/usr/bin/emerge", line 41
> >       except PermissionDenied, e:
> >                              ^
> >   SyntaxError: invalid syntax
> 
> Did you try it as root? Is your user in the portage group?

It really is python SyntaxError, not permission problem: python3 doesn't
even began to execute this code and it won't do that, as long as code
contains that line, since it should be "except PermissionDenied as e"
for py3.

-- 
Mike Kazantsev // fraggod.net

Attachment: signature.asc
Description: PGP signature

Reply via email to