New question #704121 on SikuliX: https://answers.launchpad.net/sikuli/+question/704121
Hello, I've used Sikuli for a very long time and most of my scripts are very simple. Many of them are just typing data from a csv file into an online form. Without making any changes, I'm suddenly getting errors for existing scripts that worked as recently as yesterday. This is the full error: error] ImportError ( No module named pandas ) [error] --- Traceback --- error source first line: module ( function ) statement 12: csv ( <module> ) import pandas as pd 6: main ( <module> ) import csv [error] --- Traceback --- end -------------- The only actual import I have in the code is import csv which is the first line of code. I tried opening some other scripts and they are also now getting this error. I tried restarting my computer, etc. but it has not had any affect. Can you please help? -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

