Attaching C++ libraries to Python app.
Robert Kern
robert.kern at gmail.com
Wed Jan 5 17:17:01 EST 2011
More information about the Python-list mailing list
Wed Jan 5 17:17:01 EST 2011
- Previous message (by thread): Attaching C++ libraries to Python app.
- Next message (by thread): Attaching C++ libraries to Python app.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 1/5/11 3:44 PM, Stefan Sonnenberg-Carstens wrote: > Am Mi, 5.01.2011, 22:21 schrieb Rohit Coder: >> >> Is it possible to use C++ libraries within a Python application? I am >> planning to write an encryption program and want to use GnuPG C++ > > You don't need to reinvent the wheel: > > http://www.dlitz.net/software/pycrypto/ Wrong wheel. http://pyme.sourceforge.net/ -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco
- Previous message (by thread): Attaching C++ libraries to Python app.
- Next message (by thread): Attaching C++ libraries to Python app.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list