Are you, perchance, using python 3.x? It looks like qpid-config is designed for python 2.x, when print was still a statement (as opposed to a function).
On Tue, Jun 11, 2013 at 4:41 PM, Rajesh Khan <[email protected]>wrote: > Any chance I am missing something here? > > > On Tue, Jun 11, 2013 at 3:24 PM, Rajesh Khan <[email protected] > >wrote: > > > After a little work Now I am getting the following > > > > > > C:\qpid-0.18\qpid-0.18\tools\src\py>python qpid-config > > File "qpid-config", line 162 > > print usage > > ^ > > SyntaxError: invalid syntax > > > > Any suggestions ? > > > > > > On Tue, Jun 11, 2013 at 3:12 PM, Pavel Moravec <[email protected] > >wrote: > > > >> Hi Rajesh, > >> that appears when python-qpid package is not installed (but I have no > >> experience how to install it on Windows). As this package implements > >> qpid.messaging library. > >> > >> Kind regards, > >> Pavel > >> > >> ----- Original Message ----- > >> > From: "Rajesh Khan" <[email protected]> > >> > To: [email protected] > >> > Sent: Tuesday, June 11, 2013 9:19:33 PM > >> > Subject: qpid-config issue > >> > > >> > I am having the following issue with Qpid-config and I am unable to > >> create > >> > queues. I am getting the following message. Any suggestions on how I > >> could > >> > resolve this issue. > >> > > >> > C:\qpid-0.18\qpid-0.18\tools\src\py>python qpid-config > >> > Traceback (most recent call last): > >> > File "qpid-config", line 31, in <module> > >> > from qpid.messaging import Connection > >> > ImportError: No module named qpid.messaging > >> > > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > >
