Re: [Ryu-devel] Can't get ofp_event methods to be recognized

2017-11-06 Thread Fujimoto Satoshi
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

[Ryu-devel] Can't get ofp_event methods to be recognized

2017-11-06 Thread Scott Reeve
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

Re: [Ryu-devel] Help

2017-11-06 Thread Edison Albuquerque
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