>
>
> Other possibility is, you don't have Crypto package installed.
> Did 'from Crypto.Cipher import DES3' issued from Python shell works?
>
> --
> Regards
>



Yes...
from Crypto.Cipher import DES3
works.

Do I have to import it into my app?

>From the thread I read I don't believe so because the SimpleCrypt err
dissapears whe in do this:

>>> import dabo
>>> from dabo.lib.SimpleCrypt import SimpleCrypt
>>> obj = SimpleCrypt("Some top-secret key!")
>>> print obj.encrypt("Ricardo")
MSzFMOyqtvXMmllDNRMoaZk=


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to