Bug#699645: python-gnupginterface: breaks with Python 2.7

2013-02-02 Thread Toni Mueller
Package: python-gnupginterface Version: 0.3.2-9.1 Severity: important Dear Maintainer, I am trying to follow the example given in the package's documentation. With Python 2.7, I get: import GnuPGInterface gnupg = GnuPGInterface.GnuPG() gnupg.options.meta_interactive = 0 gnupg.options.armor

Bug#699645: python-gnupginterface: breaks with Python 2.7

2013-02-02 Thread Sebastian Ramacher
Hi Toni, On 2013-02-02 22:33:46, Toni Mueller wrote: import GnuPGInterface gnupg = GnuPGInterface.GnuPG() gnupg.options.meta_interactive = 0 gnupg.options.armor = 1 gnupg.options.extra_args.append('--no-secmem-warning') p1 = gnupg.run(['--verify'], create_fhs=['stdin', 'stdout',

Bug#699645: python-gnupginterface: breaks with Python 2.7

2013-02-02 Thread Toni Mueller
Hi Sebastian, On Sat, Feb 02, 2013 at 11:04:04PM +0100, Sebastian Ramacher wrote: The error looks like you're trying to run the example in bpython. So you are probably experiencing [1] or a variant of it. The examples works in an interactive python shell. yes to both. Sorry, my bad, and