Yes please. If its too long, you can put it to pastebin/privatepaste. If you think it has any sensitive info, you can send it by PM or other private channels. Looks like the routing module blew up on startup and was not correctly loaded. That's why I need the full log - there is probably a traceback generated by the routing module during startup, detailing what went wrong with it.
modRana: module: mod_route/route failed to load 'module' object has no attribute 'FileDescriptor' traceback: Traceback (most recent call last): File "modrana.py", line 329, in _loadModule a = imp.load_module(importName, fp, pathName, description) File "/opt/modrana/modules/mod_route/__init__.py", line 1, in <module> from .mod_route import getModule File "/opt/modrana/modules/mod_route/mod_route.py", line 36, in <module> from . import routing_providers File "/opt/modrana/modules/mod_route/routing_providers.py", line 9, in <module> from . import monav_support File "/opt/modrana/modules/mod_route/monav_support.py", line 27, in <module> from . import monav File "/opt/modrana/modules/mod_route/monav.py", line 27, in <module> from signals_pb2 import CommandType, VersionCommand, VersionResult, RoutingCommand, RoutingResult File "/opt/modrana/modules/mod_route/signals_pb2.py", line 11, in <module> DESCRIPTOR = descriptor.FileDescriptor( AttributeError: 'module' object has no attribute 'FileDescriptor'