Hi, Thanks for reply. No it doesn't have a setup script and placing it in ryu/lib folder also makes no difference
On Wed, Oct 28, 2015 at 9:26 AM, Yusuke Iwase <[email protected]> wrote: > Hi, > > Does not the third party library provide setup.py or any installation > method? > If the library provides it, please install the library first. > > If not, how about placing the library folder into e.g. <ryu_root>/ryu/lib/ > and importing it as e.g. "from ryu.lib import utility_library"? > Because ryu-manager referss to <ryu_root>/ryu as the top of the Ryu > application. > e.g.) "import ryu" means <ryu_root>/ryu > > Thanks, > Iwase > > > On 2015年10月27日 09:12, Ezzat Zar wrote: > > Hi all, > > I want to run a ryu application which in it's code has imported a > utility python library, but ryu manager cannot find this library and > returns ImportError: No module named... > > I've tried placing library folder everywhere in Ryu folder but this > doesn't seem to work. How can I fix this? In fact how can I introduce a > path to Ryu-manager to search into that path too? > > > > Thanks. > > > > > > > ------------------------------------------------------------------------------ > > > > > > > > _______________________________________________ > > Ryu-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/ryu-devel > > >
------------------------------------------------------------------------------
_______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
