[Nym3-devel] Nymbaron debug

Jean-René Reinhard jean-rene.reinhard at m4x.org
Sun Nov 20 23:29:53 CET 2005


> And I'm wrong trying to export this message ?
> 
> marcoc at ordmantell:~$ nymbaron export  -n marcoc05
> 0ac617a266d54c3a7114b6c7da079d62e6b247a6
> You need to provide your passphrase to unlock your keyring
> Passphrase:
> Traceback (most recent call last):
>   File "/usr/bin/nymbaron", line 6, in ?
>     nymbaron.Client.Main.main(sys.argv)
>   File "/usr/lib/python2.3/site-packages/nymbaron/Client/Main.py", line
> 1025, in main
>     export(ui, config, options.nickname, options.output, args)
>   File "/usr/lib/python2.3/site-packages/nymbaron/Client/Main.py", line
> 719, in export
>     ui.display("exporting %s", mid)
> TypeError: display() takes exactly 2 arguments (3 given)
> 

That is a bug I introduced. It will be fixed in the next release. To
remove it, just replace line 719 of
/usr/lib/python2.3/site-packages/nymbaron/Client/Main.py by
ui.display("exporting %s" % mid) (in fact, replace ',' by '%')



More information about the Nym3-devel mailing list