Hi, Scott
When Ryu started, it dynamically creates all event classes, such as
EventOFPPacketIn.
So, you and your IDE cannot find event classes because they does not
exist in the source code.
IDE may not suggest the class name and may report errors, but it is
expected.
Please ignore such beh
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 PyDe
Hi, Iwase.
Once more thank you for your attention.
I found out what was wrong.
Somehow the interface had already been created. My mistake.
I cleaned it up and ran again. Voilá, it worked.
Sorry I delayed my return. It's only 12hs time lag. :)
Best wishes, Edison.
2017-11-06 4:52 GMT-03:00 Iwase