OK, I figured out the issue. However, shouldn't this run with some default values if no one provided any? Also the dtd path in 0-10 spec XML can't be parsed by python. It works after I remove the DOCTYPE declaration.
Regards, Senaka On Mon, May 5, 2008 at 1:57 PM, Senaka Fernando <[EMAIL PROTECTED]> wrote: > After setting that the result is: > > Traceback (most recent call last): > File "./qpid-tool", line 177, in <module> > print "IOError: %d - %s: %s" % (e.errno, e.strerror, e.filename) > TypeError: int argument required > > Regards, > Senaka > > > On Mon, May 5, 2008 at 1:54 PM, Senaka Fernando <[EMAIL PROTECTED]> > wrote: > > > Can this go into the README? Also, I fixed some typos in the Python > > README.txt at [1] > > > > [1] https://issues.apache.org/jira/browse/QPID-1017 > > > > Regards, > > Senaka > > > > > > On Mon, May 5, 2008 at 1:40 PM, Gordon Sim <[EMAIL PROTECTED]> wrote: > > > > > Danushka Menikkumbura wrote: > > > > > > > Hi all, > > > > I can not get qpid-tool to run as it complains of a missing module > > > > called mllib. I think this set of scripts serves as the interface to > > > > manage > > > > the C++ broker?. > > > > > > > > > > Have you set PYTHONPATH to include the qpid/python directory? > > > > > > > >
