Python Tabulate ImportError ( No module named tabulate )

Asked by Q17

Hi,

I have installed Python Tabulate and specified import tabulate in my test file but is saying: ImportError ( No module named tabulate )

Does anyone know how to resolve this?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

You have to check wether module Tabulate can be used with Jython (the Python interpreter used with SikuliX).

Useable modules have to be in Python language only and may not contain any C-based native stuff.

Revision history for this message
Q17 (squery) said :
#2

Thanks RaiMan, that solved my question.