Hi,
Jean-François Schaff writes:
> Thank you Justus for your advice, I could fix that and use the lib
> from Python.
Good.
> I had not realized that both gpg and gpg2 are installed by default on
> Ubuntu 16.04 LTS.
How is that related to your problem?
> Do you know if there is any plan to be
Hi,
2017-02-13 11:46 GMT+01:00 Justus Winter :
> Hi :)
>
> Jean-François Schaff writes:
>
>> I'm new to gpg, and trying to use the Python bindings included in
>> PGPME. I'm using Ubuntu 16.04 LTS.
>>
>> I have done the following things:
> ...
>> - compiled and installed gpgme-1.8.0
>>
>> Everythi
Hi,
Thanks for your advice, I could fix that and use the lib from Python.
Do you know if there is any plan to better document the python bindings in
the GPGME doc? I may be able to help with that if needed.
Cheers
Jean-François Schaff
2017-02-13 11:46 GMT+01:00 Justus Winter :
> Hi :)
>
> Jean
Hi :)
Jean-François Schaff writes:
> I'm new to gpg, and trying to use the Python bindings included in
> PGPME. I'm using Ubuntu 16.04 LTS.
>
> I have done the following things:
...
> - compiled and installed gpgme-1.8.0
>
> Everything seems to build and install as expected, but when I finally
>
Hi,
I'm new to gpg, and trying to use the Python bindings included in
PGPME. I'm using Ubuntu 16.04 LTS.
I have done the following things:
- compiled and installed libgpg-error-1.26
- compiled and installed libassuan-2.4.3
- installed swig2.0 (sudo apt-get install swig2.0)
- installed python3-dev