python



Hello,

I am trying the python bindings.  I am not familiar with autoconf,
automake, etc. and have not yet succeeded to install the bindings.

So far this is what I have tried (where the prefix /home/jdavid/0.65
is a Python virtual environment):

$ ./autogen.sh --without-gnome --prefix=/home/jdavid/0.65
$ cd python
$ ./configure --prefix=/home/jdavid/0.65
$ make

But apparently there is nothing to install:

$ make install
make[1]: Entering directory `/home/jdavid/sandboxes/libsoup/python'
make[1]: Nothing to be done for `install-exec-am'.
make[1]: Nothing to be done for `install-data-am'.
make[1]: Leaving directory `/home/jdavid/sandboxes/libsoup/python'

I have already a version of libsoup (2.26.3) installed in my Gentoo
system (from a regular Gentoo package).

Any clue?


PS: Attached there is a patch to use pygobject-codegen instead of
pygtk-codegen [1]


-- 
J. David Ibáñez
Itaapy <http://www.itaapy.com>         Tel +33 (0)1 42 23 67 45
9 rue Darwin, 75018 Paris              Fax +33 (0)1 53 28 27 88
From 605240dd73c33d57be08d626234f8a2638cfdcd0 Mon Sep 17 00:00:00 2001
From: J. David Ibanez <jdavid itaapy com>
Date: Fri, 31 Jul 2009 14:52:48 +0200
Subject: [PATCH] Use pygobject-codegen instead of pygtk-codegen

---
 python/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/python/Makefile.am b/python/Makefile.am
index 22bc3f9..9da634e 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -16,7 +16,7 @@ EXTRA_DIST = *.override
 
 .defs.c:
 	(cd $(srcdir)\
-	 && pygtk-codegen-2.0 \
+	 && pygobject-codegen-2.0 \
 		--register $(GIO_DEFS) \
 		--override $*.override \
 		--prefix py$* $*.defs) > gen-$*.c \
-- 
1.6.3.3



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]