[SIP Beyond VoIP] starting sylkserver gives 'module' object has no attribute 'get_logger' error

Dan Pascu dan at ag-projects.com
Thu Sep 7 13:20:28 CEST 2017


You need the latest (unreleased) python-application from darcs or github

On 6 Sep 2017, at 20:56, Pranathi Venkatayogi wrote:

> Hi,
>  I wanted to avail the logging refactoring change (https://github.com/AGProjects/sylkserver/commit/b2960c845319127df46a47fb4771b96a53b6d545) made to sylkserver. 
> 
> Hence I followed the steps below to get the latest.
> 1.  darcs pull -a
> 2. python setup.py install
> 3. ./sylk-server --no-fork
> 
> It spits the following error:
>  Traceback (most recent call last):
>      File "./sylk-server", line 67, in <module>
>            from sylk.server import SylkServer, ServerConfig
>      File "/home/download/sylkserver/sylk/server.py", line 32, in <module>
>            from sylk.log import TraceLogManager
>      File "/home/download/sylkserver/sylk/log.py", line 319, in <module>
>           root_logger = log.get_logger()
>      AttributeError: 'module' object has no attribute 'get_logger'
> 
> Can you please help how I can resolve this?
> Thanks
> Pranathi
> 


--
Dan






More information about the SIPBeyondVoIP mailing list