magneto is working with python 2.7
We have:
- Code: Select all
eselect python list
Available Python interpreters:
[1] python2.7 *
[2] python3.2
Earlier I switch python to [2] and magneto stop working:
$ magneto
Traceback (most recent call last):
File "/usr/lib/entropy/magneto/magneto.py", line 90, in <module>
_startup()
File "/usr/lib/entropy/magneto/magneto.py", line 60, in _startup
from magneto.gtk.interfaces import Magneto
File "/usr/lib/entropy/magneto/magneto/gtk/interfaces.py", line 18, in <module>
import gtk
ImportError: No module named gtk
So I switch back to version python2.7 and everything start working. Was my mistake to try use newer version of python, or magneto must be change to use new python?

