evolve
evolve copied to clipboard
Help
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
Volatility runs fine without errors. Using this command, python vol.py -h
Thanks Robert
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