Hi Goutam, Try run this in ryu folder:
PYTHONPATH=. ./bin/ryu-manager ryu/app/app1.py,app2.py Regards, Vilius. From: Gautam Pathak [mailto:[email protected]] Sent: Monday, December 1, 2014 5:51 AM To: [email protected] Cc: Gautam Pathak Subject: [Ryu-devel] [ryu-dev] creating my first application Hi, I am creating my 1st application(l2.py) using ryu-documentation. from ryu.base import app_manager class L2Switch(app_manager.RyuApp): def __init__(self, *args, **kwargs): super(L2Switch, self).__init__(*args, **kwargs) To run the application: following 3 are not executing. % ryu-manager ~/l2.py loading app /home/mininet/l2.py instantiating app /home/mininet/l2.py please tell me how to run the application. BRs, Goutam ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
