evolve icon indicating copy to clipboard operation
evolve copied to clipboard

Help

Open oasec1 opened this issue 8 years ago • 1 comments

James,

I've been getting this error and cant seem to resolve it i'm running this under windows. Ive installed the constants module using pip install constants. This was also successful.

Traceback (most recent call last): File "evolve.py", line 38, in import volatility.constants as constants ImportError: No module named volatility.constants

Volatility runs fine without errors. Using this command, python vol.py -h

Thanks Robert

oasec1 avatar Feb 22 '17 17:02 oasec1

Hi Robert, I am wondering if you have 'installed' volatility. In the volatility folder, you need to run 'python setup.py install' to get the modules copied into the python library folders. Then evolve references them there. If it isn't installed, evolve doesn't know where those volatility files are at. Let me know.

James

JamesHabben avatar Feb 24 '17 17:02 JamesHabben