In one of my installations of Sabayon, mantained with Portage, and not Entropy, after updating python or install portato, updating portato (this changes python dependencies), Portato 12 no more works....
editing or deleting portato.cfg file, deleting the dir portato , reinstall portato are unsucessfull.
also, tries to downgrade to the portato 10 (originally working), 11 are sucessfull BUT the installed portato no more opens...
This is the output of the command for open portato:
- Code: Select all
localhost albfneto # portato
Traceback (most recent call last):
File "/usr/bin/portato", line 94, in <module>
main()
File "/usr/bin/portato", line 49, in main
from portato.gui import run
File "/usr/lib64/python2.6/site-packages/portato/gui/__init__.py", line 16, in <module>
from .exception_handling import register_ex_handler
File "/usr/lib64/python2.6/site-packages/portato/gui/exception_handling.py", line 16, in <module>
import gtk, pango, gobject
File "/usr/lib64/python2.6/site-packages/gtk-2.0/gtk/__init__.py", line 48, in <module>
from gtk import _gtk
ImportError: No module named cairo
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/lib64/python2.6/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/usr/lib64/python2.6/site-packages/portato/plistener.py", line 134, in close
if self._sig is not None:
AttributeError: 'PListener' object has no attribute '_sig'
Error in sys.exitfunc:
Traceback (most recent call last):
File "/usr/lib64/python2.6/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/usr/lib64/python2.6/site-packages/portato/plistener.py", line 134, in close
if self._sig is not None:
AttributeError: 'PListener' object has no attribute '_sig'
Seems to me to be Python errors.
If i tried with porthole, it installs but not opens, as portato,
kuroo (recently returned to portage) no installs, because blocked by many KDE dependencies....



