Yes, this is almost definitely a Python issue. A common cause for this is that Python has been (rather quietly) disabled because Twisted wasn't installed. In destiny, this is now an error rather than a warning. So the first thing you might want to do is check that you have Twisted installed and/or check the output of ./configure to see if it mentions disabling Python.
Failing that, can you send your config log? -- Murphy On Jan 21, 2011, at 10:22 AM, Adam Zarek wrote: > Hi all, > > I am trying to run nox with the routing application and keep get the > following error: > > adam@nfnet1:~/nox/build/src$ ./nox_core -v -i ptcp:6633 topology > 00001|nox|INFO:Starting nox_core (/home/adam/nox/build/src/.libs/lt-nox_core) > 00002|nox|DBG:Application installation report: > 00003|nox|DBG:built-in event dispatcher: > Current state: INSTALLED > Required state: INSTALLED > Dependencies: > > 00004|nox|DBG:topology: > Current state: NOT_INSTALLED > Required state: INSTALLED > Dependencies: 'discovery' not found > > 00005|nox|DBG:built-in DSO deployer: > Current state: INSTALLED > Required state: INSTALLED > Dependencies: > > 00006|nox|ERR:Application 'discovery' description not found. > > > When I run it with > > adam@nfnet1:~/nox/build/src$ ./nox_core -v -i ptcp:6633 switch > > it works just fine. I am also having issues with running pyswitch so could it > be a python issue? Is there some special flag I need to enable the python > apps in Nox? > > Thanks, > Adam > > _______________________________________________ > nox-dev mailing list > [email protected] > http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org _______________________________________________ nox-dev mailing list [email protected] http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
