Hello Team, Am trying to get Stormcrawler working on my Debian VM. I get this error when I do the following command:
root@demo76:/opt# storm Traceback (most recent call last): File "/opt/storm/apache-storm-1.1.0/bin/storm.py", line 23, in <module> import shlex ImportError: No module named shlex I have python 2.7.9 version. I tried a simple python program with shlex and it works fine but am not sure why the storm is not recognizing shlex. Can you please help? Kind Regards, Sai
