I don't think this is a bug at all: --------------------------------------------------------------------------------------------------- [EMAIL PROTECTED]:/var/tmp/trunk$ PYTHONPATH=/usr/lib/nautilus-python python Python 2.5.1 (r251:54863, Sep 11 2007, 23:45:49) [GCC 4.1.3 20070831 (prerelease) (Ubuntu 4.1.2-16ubuntu1)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import nautilus Fatal Python error: This module can only be used from nautilus Aborted (core dumped) [EMAIL PROTECTED]:/var/tmp/trunk$ ---------------------------------------------------------------------------------------------------
As you can see, the nautilus module is only intended to be used from within the nautilus process, not in a standalone python interpreter. Unfortunately, current versions of PyGTK and nautilus-python (python- nautilus) in Ubuntu (at least Feisty and Gutsy) seem to be incompatible, so python nautilus extensions don't work at all, though that's unrelated to this "bug". -- ImportError: No module named nautilus https://bugs.launchpad.net/bugs/126484 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
