Comment 0 for bug 1873743

Revision history for this message
umesh (umsalotagi) wrote : error when importing xlrd module in 2.0.5 nightly

Delete content of %apppdata%/sikulix, launch sikuli 2.0.5 nightly

run following code:

import xlrd

we get following error:

[error] script [ sikulitemp-8174369599088720768 ] stopped with error in line 1
[error] SyntaxError ( Non-ASCII character in file 'C:\Users\...\AppData\Roaming\Sikulix\Lib\xlrd\licences.py', but no encoding declared; see http://www.python.org/peps/pep-0263.html for details )
[error] --- Traceback --- error source first
line: module ( function ) statement
11: __init__ ( <module> ) from . import licences
1: main ( <module> ) import xlrd
[error] --- Traceback --- end --------------