Opened 12 years ago

Closed 12 years ago

#32794 closed defect (fixed)

py26-pygpgme 'Not operational' error when creating Context

Reported by: raman_prasad@… Owned by: afb@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: py26-pygpgme

Description (last modified by mf2k (Frank Schima))

Hi,

Below is the trace after installing py26-pygpgme and attempting to use it. This looks quite similar to the error here: http://lists.mandriva.com/bugs/2010-05/msg03739.php

Thanks.

Python 2.6.7 (r267:88850, Nov 21 2011, 14:59:21) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin

Type "help", "copyright", "credits" or "license" for more information.

>>> import gpgme

>>> gpgme.Context
<type 'gpgme.Context'>
>>> gpgme.Context()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
gpgme.GpgmeError: (32, 176, 'Not operational')
>>> 

Change History (2)

comment:1 Changed 12 years ago by mf2k (Frank Schima)

Description: modified (diff)
Keywords: gpg python removed
Owner: changed from macports-tickets@… to afb@…

comment:2 Changed 12 years ago by afb@…

Resolution: fixed
Status: newclosed

Fixed, r89232.

Note: See TracTickets for help on using tickets.