wow, getting the cyptography stuff up and running was interesting.  On
linux, its pretty simple, on windows it was less so...

I chose to go with the Heiko Wundram's yawPyCrypto because Kuchling
said that it was "a similar attempt that exposes more functionality
than ezPyCrypto does while still being as easy to use."  and I figured
he'd be right about that as he is the PyCrypto author.

How To Overview Linux/Win

1win. Obtain a Winstallable version of pycrypto that doesn't require
win32 sdks and Visual Studio:
http://www.voidspace.org.uk/python/modules.shtml#pycrypto
1lin. Obtain the pycrypto package and install it following the standard
pattern
location: http://www.amk.ca/python/code/crypto.html
 - unpack
 - python setup.py build
 - python setup.py install
NOTE: debian users can just do an apt-get or synaptic for pycrypto

2. Obtain the two yawpycrypto packages yawpycrypto and flatten from
http://yawpycrypto.sourceforge.net/
 both follow the standard pattern
 - unpack
 - python setup.py build
 - python setup.py install

run the test program from the unpacked yaw directory..


Hope this brief overview saves someone some time...


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to