Scott Reeve
2017-07-21 16:12:15 UTC
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.
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.