When using welcome.py (core version) on Wikimedia Labs to welcome new users on Arabic Wikinews (arwikinews), it does not work and gives the error:
Traceback (most recent call last):
File "welcome.py", line 192, in <module>
import pywikibot
ImportError: No module named pywikibotMy command was:
python welcome.py -edit:0 -nlog -sul -limit:500 -lang:ar -family:wikinews
The compat version of the script works normally.