What's wrong here?

Nathan Pinno <[email protected]>
Newsgroups gmane.comp.python.cryptography
Message-ID <LISTSERV%[email protected]>
What's wrong here? How do I make this work?

>>> from ezPyCrypto import key
>>> str = '4 big dogs.'
>>> key.encString(str)
Traceback (most recent call last):
  File "<pyshell#6>", line 1, in ?
    key.encString(str)
TypeError: unbound method encString() must be called with key instance as

first argument (got str instance instead)
>>> 

Thanks,
Nathan Pinno
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.