Here's the latest on my credit card processing stuff.  

Since Python 2.1.1 locks all threads while urllib opens an SSL site and
I didn't want to move to Python 2.2bx until it's tested more, I now use
M2Crypto.  It took me a while to find a working example of M2Crypto.
Ironically, I found it on a sourceforge project for doing credit card
processing from Python.

I just lifted the code code for talking SSL.  His library is very much
like mine but isn't finished yet.  His library is better factored than
mine though so when I get some time I'll port my code back into his
framework and contribute a PlugNPay class and more features for
AuthorizeNet.  He already has AuthorizeNet, Verisign, and BankOfAmerica.

You can find the project here:
http://sourceforge.net/projects/payment/

-Jeff

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to