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 wrote:


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" or "Unresolved import: ofp_event" ... etc.

Probably a PyDev - PYTHONPATH setting, and I might have to pull in an External 
Library.
But any suggestions would be welcome.




------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot



_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to