Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help #21

Open
oasec1 opened this issue Feb 22, 2017 · 1 comment
Open

Help #21

oasec1 opened this issue Feb 22, 2017 · 1 comment

Comments

@oasec1
Copy link

oasec1 commented Feb 22, 2017

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

@JamesHabben
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants