Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#21493 - python-nautilus won't work after python

Attached to Project: Arch Linux
Opened by Giorgio Gilestro (crocowhile) - Wednesday, 27 October 2010, 10:02 GMT
Last edited by Ionut Biru (wonder) - Wednesday, 27 October 2010, 10:38 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
After the new python3 update, python-nautilus will not work anymore, probably due to some incompatibility with pygtk.

Additional info:
* package version(s)

extra/python2 2.7-2
extra/pygtk 2.22.0-3
aur/python-nautilus 0.7.0-1
extra/gnome-python 2.28.1-3
extra/gnome-python-desktop 2.32.0-3

* config and/or log files etc.


Steps to reproduce:

gg@bio-gg:~$ sudo pacman -U http://pkgbuild.com/~ioni/python-nautilus-0.7.0-1-x86_64.pkg.tar.xz
gg@bio-gg:~$ sudo cp /usr/share/doc/nautilus-python/examples/background-image.py .local/share/nautilus-python/extensions/
gg@bio-gg:~$ gconftool-2 --type boolean --set /apps/nautilus/preferences/show_desktop false
gg@bio-gg:~$ nautilus -q
gg@bio-gg:~$ nautilus
Initializing nautilus-dropbox 0.6.3
Initializing nautilus-image-converter extension
Initializing nautilus-open-terminal extension
Initializing nautilus-share extension
RuntimeError: could not find _PyGtk_API object
Traceback (most recent call last):
File "/home/gg/.local/share/nautilus-python/extensions/background-image.py", line 4, in <module>
import nautilus
ImportError: No module named nautilus
gg@bio-gg~$ export PYTHONPATH=/usr/lib/nautilus-python:$PYTHONPATH
gg@bio-gg:~$ nautilus
Initializing nautilus-dropbox 0.6.3
Initializing nautilus-image-converter extension
Initializing nautilus-open-terminal extension
Initializing nautilus-share extension
RuntimeError: could not find _PyGtk_API object
Fatal Python error: This module can only be used from nautilus
This task depends upon

Closed by  Ionut Biru (wonder)
Wednesday, 27 October 2010, 10:38 GMT
Reason for closing:  Not a bug
Additional comments about closing:  python-nautilus is in aur and i'm watching the upstream bug report to see what's the problem

Loading...