Hello everyone, I'm writing a fairly large app which uses Oauth (python-oauth2). I am trying to generate a public/private key pair on user supplied parameters (whitespaced-delimited strings basically). When trying to encrypt the key, I'm getting the "unsupported operand type(s) for pow(): 'unicode', 'long', 'long'" >From Interactive shell, the program worked successfully. My question is do I have to make the user supplied data of a non-unicode string to make this work? Thanks -- Odeyemi 'Kayode O. http://www.sinati.com. t: @charyorde -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20111007/73ff37bd/attachment.html>