I am experiencing an error when running capsule.py on a VM. The error is
cAction import error module not found
I don't get this error on my development environment, only on my production VM. The production VM OS is Windows 2008 R2 Standard 32 bit.
Here are my install steps:
- Installed Python 27 for windows
- Installed SetupTools because I was getting errors saying pkg_resources module was not found.
- Installed NumPY module.
- Installed Echonest Remix for Windows (remix-2.2.0.win32-py2.7.exe)
I'm not sure why I'm getting this error. Please help!