Hi,
I am developing a new component called "try_topology" that uses the
"bindings_storage" component.
When I run it with this command :
- ./nox_core -v -i ptcp:6633 pybindings_storage try_topology
It returns no errors. However, by calling just the "try_topolgy"
component, I get the following error:
00042|nox|ERR:Cannot change the state of 'try_topology' to INSTALLED:
'try_topology' ran into an error:
cannot import a Python module 'nox.coreapps.try_topology.try_topology':
Traceback (most recent call last):
File
"/home/karim/nox/build/src/nox/coreapps/try_topology/try_topology.py",
line 3, in <module>
from nox.netapps.bindings_storage.pybindings_storage import
pybindings_storage
File
"/home/karim/nox/build/src/nox/netapps/bindings_storage/pybindings_storage.py",
line 25, in <module>
_pybindings_storage = swig_import_helper()
File
"/home/karim/nox/build/src/nox/netapps/bindings_storage/pybindings_storage.py",
line 21, in swig_import_helper
_mod = imp.load_module('_pybindings_storage', fp, pathname,
description)
ImportError:
/home/karim/nox/build/src/nox/netapps/bindings_storage/_pybindings_storage.so:
undefined symbol:
vigil::applications::Bindings_Storage::get_all_names(vigil::applications::Name::Type,
boost::function<void ()(std::__debug::list<vigil::applications::Name,
std::allocator<vigil::applications::Name> >&)> const&)
Any Idea about this error.
Thanks a lot,
Karim
_______________________________________________
nox-dev mailing list
[email protected]
http://noxrepo.org/mailman/listinfo/nox-dev