pygtk-codegen-2.0 VERSION (return code: 0)
note: pygtk-codegen-2.0 is deprecated, use pygobject-codegen-2.0 instead
note: I will now try to invoke pygobject-codegen-2.0 in the same directory
***INFO*** There are no declared global functions.
***INFO*** There are no declared methods.
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
/* -- THIS FILE IS GENERATED - DO NOT EDIT *//* -*- Mode: C; c-basic-offset: 4 -*- */
#include <Python.h>
#line 7 "VERSION.c"
/* ---------- types from other modules ---------- */
/* ---------- forward type declarations ---------- */
#line 15 "VERSION.c"
/* ----------- functions ----------- */
const PyMethodDef pygtk_functions[] = {
{ NULL, NULL, 0, NULL }
};
/* initialise stuff extension classes */
void
pygtk_register_classes(PyObject *d)
{
#line 30 "VERSION.c"
}
pygtk-codegen-2.0 -HELP (return code: 1)
note: pygtk-codegen-2.0 is deprecated, use pygobject-codegen-2.0 instead
note: I will now try to invoke pygobject-codegen-2.0 in the same directory
Traceback (most recent call last):
File "/usr/share/pygobject/2.0/codegen/codegen.py", line 1722, in <module>
sys.exit(main(sys.argv))
File "/usr/share/pygobject/2.0/codegen/codegen.py", line 1669, in main
"load-types=", "errorfilename=", "py_ssize_t-clean"])
File "/usr/lib/python2.7/getopt.py", line 88, in getopt
opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
File "/usr/lib/python2.7/getopt.py", line 152, in do_longs
has_arg, opt = long_has_args(opt, longopts)
File "/usr/lib/python2.7/getopt.py", line 169, in long_has_args
raise GetoptError('option --%s not recognized' % opt, opt)
getopt.GetoptError: option --help not recognized