New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #32794 (closed defect: fixed)

Opened 17 months ago

Last modified 16 months ago

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 macsforever2000@…) (diff)

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

comment:1 Changed 17 months ago by macsforever2000@…

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

comment:2 Changed 16 months ago by afb@…

  • Status changed from new to closed
  • Resolution set to fixed

Fixed, r89232.

Note: See TracTickets for help on using tickets.