I figured out. It's due to old version of Python interpreter bundled with open office. I upgraded to Python version 2.6.6 and it works fine. Thanks for the help.
Rajika On Wed, Dec 15, 2010 at 8:33 PM, Rajika Kumarasiri <[email protected]> wrote: > Do you see anything suspicious? I'll also upgrade to version 2.6.6 of > Python and see how it goes. > > Rajika > > On Wed, Dec 15, 2010 at 8:06 AM, Rajika Kumarasiri <[email protected]>wrote: > >> >> >> On Wed, Dec 15, 2010 at 1:46 AM, Jonathan Robie < >> [email protected]> wrote: >> >>> What does your PYTHONPATH look like? >>> >> >> [raj...@localhost py]$ pwd >> /home/rajika/projects/qpid/qpid/tools/src/py >> [raj...@localhost py]$ echo $PYTHONPATH >> >> /home/rajika/projects/qpid/qpid/python:/home/rajika/projects/qpid/qpid/extras/qmf/src/py/ >> >> Thanks for the help. >> Rajika >> >> >>> >>> Here's mine ... >>> >>> $ echo $PYTHONPATH >>> >>> /home/jrobie/projects/qpid/python:/home/jrobie/projects/qpid/extras/qmf/src/py >>> >>> And it works for me. >>> >>> Jonathan >>> >>> >>> --------------------------------------------------------------------- >>> Apache Qpid - AMQP Messaging Implementation >>> Project: http://qpid.apache.org >>> Use/Interact: mailto:[email protected] >>> >>> >> >
