Gustavo J. A. M. Carneiro wrote:
On Sat, 2007-12-22 at 19:25 +0100, David Hautbois wrote:
Gustavo J. A. M. Carneiro wrote:
GnomePythonDesktop 2.21.1 has been just released.  This is a unstable
release for testing purposes.

I am especially interested in people testing the new WAF build system, which 
will become the only build system in the future.

  GnomePythonDesktop provides python interfacing modules for some GNOME
libraries part of the GNOME Desktop.  The following Python modules are
included:

  - gnomeapplet
  - gnomeprint, gnomeprint.ui
  - gtksourceview
  - wnck
  - totem.plparser
  - gtop
  - nautilusburn
  - mediaprofiles
  - metacity
  - rsvg
  - gnomekeyring
  - gnomedesktop
  - evolution


Overview of Changes from 2.20.0 to 2.21.1
==============================================================================
* Add WAF build support (Gustavo)
* Better WNCK 2.20 API coverage (Gian)
* New Evolution libebook and libecal bindings (John Stowers)
* gnomekeyring error code handling fixes (Gustavo)


  The source tarball can be found here:
http://ftp.gnome.org/pub/GNOME/sources/gnome-python-desktop/2.21/

  Please file bug reports (bugs, missing APIs) here:
http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python-desktop

  Happy testing!

Hi
I try to use it, but :
 >>> import evolution
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "evolution/__init__.py", line 20, in ?
    import ebook
ImportError: No module named ebook

Do you have libebook-dev installed?  What did configure say about ebook
and ecal?

Debian Lenny - Python 2.4.4

I want to use it to add/modify/delete EDS contacts.
Is there a tutorial ?

There are some examples.  Tutorial I have no idea.  Maybe John Stowers
(the author) knows something.

Thanks for this quick reply !

Installed packages :

   ii  libebook1.2-9                                 1.12.2-1
   ii  libebook1.2-dev                               1.12.2-1


Extract of configure :

   ...
   checking for EVOLUTION_EBOOK... yes
   checking for EVOLUTION_ECAL... no   > problem ?
   ...
   The following modules will be built:
   bugbuddy
   evolution
   The following modules will NOT be built:
   gnomeapplet
   gnomeprint
   gnomeprint.ui
   gtksourceview
   wnck
   totem.plparser
   gtop
   nautilusburn
   mediaprofiles
   metacity
   rsvg
   gnomekeyring
   gnomedesktop
   evolution ecal support > Problem ?


So :

   # apt-get install libecal1.2-7 libecal1.2-dev

Extract of configure :

   The following modules will be built:
   bugbuddy
   evolution
   evolution ecal support > Better ?
   The following modules will NOT be built:
   gnomeapplet
   gnomeprint
   gnomeprint.ui
   gtksourceview
   wnck
   totem.plparser
   gtop
   nautilusburn
   mediaprofiles
   metacity
   rsvg
   gnomekeyring
   gnomedesktop

And

    >>> import evolution
   Traceback (most recent call last):
     File "<stdin>", line 1, in ?
     File "evolution/__init__.py", line 20, in ?
       import ebook
   ImportError: No module named ebook

Same problem :-(

Thanks.

David.

--
Web site : http://david.hautbois.free.fr
Tablet users map : http://david.hautbois.free.fr/maps/index.php


_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to