I have the following code:

from ryu.base import app_manager
from ryu.controller import ofp_event


and when I go to use a variable ofp_event.

it only gives me a small subset.  For example, I cannot use EventOFPPacketIn.


I see the same problem with many different IDEs:

Eclipse Oxygen (with PyDev installed)

LiClipse (Pydev automatically installed)

PyCharm


It DOES work fine if I use ryu-manager on ubuntu.

But I want to use a GUI/IDE instead of a command line utility.


When I go to the declaration of ofp_event, it takes me to
ryu/controller/ofp_event.py like you would imagine.


Any suggestions would be helpful.
------------------------------------------------------------------------------
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