From falcon3166 at HOTMAIL.COM Fri Aug 25 10:38:57 2006 From: falcon3166 at HOTMAIL.COM (Nathan Pinno) Date: Fri, 25 Aug 2006 10:38:57 +0200 Subject: [PYTHON-CRYPTO] What's wrong here? Message-ID: 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 "", 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