faucetsdn / ryu

Ryu component-based software defined networking framework
https://ryu-sdn.org
Apache License 2.0
1.5k stars 1.16k forks source link

gui_topology html folder is missing #167

Open carlocorradini opened 2 years ago

carlocorradini commented 2 years ago

gui_topology.py does not find the html folder.

From the docs I simply run PYTHONPATH=. ./bin/ryu run --observe-links ryu/app/gui_topology/gui_topology.py but no html folder is found.

Looking in the source code the html folder exists. However, in the released version on pypi there is no html folder.

Any solution?

badcodebuilder commented 2 years ago

It also occurred when I use ryu installed via pip To deal with it, I cloned this repo and copied the whole html folder into corresponding path, and it worked.

Maybe the html folder was forgotten when released in pypi : - [