Re: C++, Python: Common Includes

2009-02-12 Thread Joshua Kramer
Every Python example currently has the same template, with a clearly marked section for the code that differs from other examples. I did that on purpose when I did the first set of examples ;- If that's the RedHat documentation you're referring to... my script skeleton is actually based off

Re: C++, Python: Common Includes

2009-02-11 Thread Rafael Schloming
Jonathan Robie wrote: From our sample programs: C++: #include qpid/client/Connection.h #include qpid/client/Session.h using namespace qpid::client; using namespace qpid::framing; Python: import qpid import sys import os from qpid.util import connect from qpid.connection import Connection