Hi sunayana, The output of the following commands might be helpful to determine if you followed Justin's suggestion correctly:
*python -c 'import ovs.json'* * * *find / -path '*/ovs/json.py'* * * *python -c 'import sys; print "\n".join(sys.path)'* -Reid On Fri, May 3, 2013 at 2:07 AM, Sunayana Iyer <sunayanai...@gmail.com>wrote: > Hi justin..thanks for ur reply..yes i have done as u suggested but the > error remains same for me.. :( > > Is there anyone tried to make it work?? or got similar error?? > > Regards > sunayana > > > On Thu, May 2, 2013 at 10:43 PM, Justin Pettit <jpet...@nicira.com> wrote: > >> You probably need to set your PYTHONPATH environment variable to include >> the "python" directory of your OVS tree. >> >> --Justin >> >> >> On May 2, 2013, at 10:08 AM, Sunayana Iyer <sunayanai...@gmail.com> >> wrote: >> >> > Hello everyone, >> > >> > I installed ovs-1.9.0 in my ubuntu 12.04 system, i would like to run >> ovsdbmonitor. But it gives error : >> > >> > openvswitch-1.9.0/ovsdb/ovsdbmonitor$ ovsdbmonitor >> > +++ OVS JSON module is required >> > >> > Traceback (most recent call last): >> > File "/usr/local/bin/ovsdbmonitor", line 24, in <module> >> > from OVEApp import * >> > File "/usr/local/share/ovsdbmonitor/OVEApp.py", line 16, in <module> >> > from OVEStandard import * >> > File "/usr/local/share/ovsdbmonitor/OVEStandard.py", line 24, in >> <module> >> > import ovs.json >> > ImportError: No module named ovs.json >> > >> > >> > Can anyone please help me, that what i need or what i am missing? >> > >> > Many thanks >> > >> > Regards >> > sunayana >> > _______________________________________________ >> > discuss mailing list >> > discuss@openvswitch.org >> > http://openvswitch.org/mailman/listinfo/discuss >> >> > > _______________________________________________ > discuss mailing list > discuss@openvswitch.org > http://openvswitch.org/mailman/listinfo/discuss > >
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss