Signature 0.1 does not work well

Neel Krishnaswami neelk at brick.cswv.com
Tue Jul 20 20:00:56 EDT 1999


In article <3792F649.36C69183 at unisys.co.jp>,
Isao AKIYAMA  <Isao.Akiyama at unisys.co.jp> wrote:
>Hi,
>
>I tried Signature 0.1, but it did not work well :-(
>
> [Error snipped]
>
>POS_LIST and KEY_DICT must be declared in the global scope or modified
>by 'Signature' in special_args().

I changed those two variables from module globals to class variables,
and then forgot to test make sure I changed everything. You can either
download version 0.1.1 from my website, you can change the references
to "POS_LIST" and "KEY_LIST" in Signature.special_args() to
"self.POS_LIST" and "self.KEY_LIST" in your current version.

Let me know if this doesn't clear up your problem.


Neel
http://www.sff.net/people/neelk/free-software/




More information about the Python-list mailing list