Seeing the same thing here. Fresh install of F16 64 bit, fully updated.
[rod@acer ~]$ nautilus
Initializing nautilus-image-converter extension
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/gi/__init__.py", line 23, in <module>
from ._gi import _API, Repository
ImportError: could not import gobject (error was: ImportError('When using gi.repository you must not import static modules like "gobject". Please change all occurrences of "import gobject" to "from gi.repository import GObject".',))
(nautilus:2233): Nautilus-Python-WARNING **: nautilus_python_init_python failed
Traceback (most recent call last):
File "/usr/share/nautilus-python/extensions/nautilus_terminal.py", line 48, in <module>
from gi.repository import Nautilus, Gtk, Gdk, Vte, GLib
File "/usr/lib64/python2.7/site-packages/gi/__init__.py", line 23, in <module>
from ._gi import _API, Repository
ImportError: cannot import name _API
Segmentation fault (core dumped)
[rod@acer ~]$
---------- Post added at 09:42 PM ---------- Previous post was at 09:35 PM ----------
After removing the recently installed nautilus-terminal, things are fine again.
Interesting reading here;
https://bugzilla.redhat.com/show_bug...iple&id=744534
---------- Post added at 10:28 PM ---------- Previous post was at 09:42 PM ----------
Shoot, I wish I would have read your entire post, you found the answer to the problem!