← Back to team overview

sikuli-driver team mailing list archive

[Question #288321]: Socket in SIKULI cannot find logging library and fails

 

New question #288321 on Sikuli:
https://answers.launchpad.net/sikuli/+question/288321

I'm trying to run my automation scripts on newest version of SIKULI (v1.1.0). Scripts are writen in python level 2.7 (SIKULI is using Jython).
I'm getting this error:

    [error] AttributeError ( !!WHILE IMPORTING!! 'module' object has no attribute 'getLogger' )
    [error] --- Traceback --- error source first
    line: module ( function ) statement</br>
    53: _socket (  <module> ) AttributeError: !!WHILE IMPORTING!! 'module' object has no attribute 'getLogger'
    142: xmlrpclib (  <module> )   File "C:\Program Files (x86)\Sikuli X\sikulix.jar\Lib\socket.py", line 3, in <module>
    2217: dbf (  <module> )     from xmlrpclib import Marshaller</br>
    12: someLib (  <module> )     import dbf
    23: Versioning (  <module> )     import someLib
    [error] --- Traceback --- end --------------


logging is in Lib but it seems like socket can't see it. Also I'm using dbf 0.96.005 lib. And have logging.sikuli in my project folder.

What cause this error? Thanks for any help :)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.