GNOME Bugzilla – Bug 649846
build failure in 3.1.1: gdbus-codegen: No module named argparse
Last modified: 2011-05-11 20:07:31 UTC
I tried upgrading to 3.1.1. The build dies with: make[3]: Entering directory `/home/ronis/Project/notar/GNOME/garnome/desktop/nautilus/work/main.d/nautilus-3.1.1/libnautilus-private' gdbus-codegen \ --interface-prefix org.gnome.Nautilus. \ --c-namespace NautilusDBus \ --c-generate-object-manager \ --generate-c-code nautilus-generated \ ../data/dbus-interfaces.xml \ Traceback (most recent call last):
+ Trace 227062
from codegen_main import codegen_main
import argparse
make[3]: *** [nautilus-generated.c] Error 1
What is gdbus-codegen and where does that come from? Cannot find it in my git checkout...
You need a python version with argparse.
Marking as a duplicate of bug 649988, where the dependency on argparse have been removed. *** This bug has been marked as a duplicate of bug 649988 ***