Re: [Ryu-devel] Use "from ryu.base" in Eclipse/PyDev

2017-07-24 Thread Iwase Yusuke
Hi, On my environment, I newly installed Eclipse Oxygen + PyDev 5.8.0, I could import Ryu modules successfully without additional PYTHONPATH settings. FYI, I have already cloned Ryu sources into local directory, so I open it with Eclipse. Thanks, Iwase On 2017年07月22日 01:12, Scott Reeve wrot

[Ryu-devel] Use "from ryu.base" in Eclipse/PyDev

2017-07-21 Thread Scott Reeve
Trying to import the ofctl_rest.py code into Eclipse. All looks good, but cannot import the ryu objects: The following lines of code: from ryu.base import app_manager from ryu.controller import ofp_event All have a red x to the left and the tool tip is: "Unresolved import: app_manager" o