Re: [Pyme-help] Re: PyME: Segmentation Faults
Status: Beta
Brought to you by:
belyi
From: Igor B. <be...@us...> - 2005-04-21 13:10:12
|
Stefan Neumann wrote: >OK, the fingerprint, i get as well. >Like I wrote you I have Segmentation Faults with: > >result.signatures.next >result.signatures.exp_timestamp >result.signatures.validity_reason >result.signatures.validity > > I've printed these fields as well without any segmentation faults. >Precompiled debian package 0.6.2 >[..] > > >>If you use precompiled version - what version of PyMe and GnuPG do you use? >> >> >Python 2.3 >Pyme 0.6.2 >GnuPG: self build debian Package 1.4.1 with a small patch (doesn't >change the working behaviour, just debug) > > My guess is that you either run into incompatibility between the version of GPGME PyMe was compiled with and the GPGME you are using at run-time or between GPGME and different version of GnuPG. PyMe 0.6.2 was compiled with GPGME 1.0.2 which comes from GnuPG 1.4.0 but is supposed to be compatible upwards. I've run my tests so far only with libgpgme11 and gnupg as come prepackaged in unstable distribution of Debian. >So, thanks for your help, I will test it on a diffrent machine. > > Does this different machine has prepackaged GnuPG 1.4.0? :o) Cheers, Igor |