Thanks that did the trick. I just needed to add to PYTHONPATH
On Wed, Jun 12, 2013 at 5:29 AM, Darryl L. Pierce <[email protected]>wrote: > On Tue, Jun 11, 2013 at 02:19:33PM -0500, Rajesh Khan wrote: > > 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 > > This is due to qpid-config not being able to find the Python libraries, > which provide the qpid.messaging module that it requires. It appears > you're running the code out of a git checkout location. Have you set the > PYTHONPATH environment variable to point to where the Python code lives > in there? > > -- > Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc. > Delivering value year after year. > Red Hat ranks #1 in value among software vendors. > http://www.redhat.com/promo/vendor/ > >
