Comment 3 for bug 1122464

Revision history for this message
yellowhat (yellowhat46) wrote :

If I have version 2.37 I get this error, downgrading to 2.33 it works. Infact now with latest revision of the ebuild version >2.34 has been masked. This is the ebuild http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-terms/terra/terra-9999.ebuild?view=markup

This is my system:
vasco@yellowhat ~ $ uname -a
Linux yellowhat 3.8.0-rc7 #1 SMP PREEMPT Sun Feb 10 18:42:01 CET 2013 i686 AMD Athlon(tm) 64 X2 Dual Core Processor 5000+ AuthenticAMD GNU/Linux
vasco@yellowhat ~ $ python --version
Python 3.2.3
vasco@yellowhat ~ $ env | grep SHELL
SHELL=/bin/bash
vasco@yellowhat ~ $ python
Python 3.2.3 (default, Dec 14 2012, 19:39:30)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.environ['SHELL']
'/bin/bash'