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

ImportError: No module named resource #6

Closed
daimondd33 opened this issue Feb 18, 2015 · 1 comment
Closed

ImportError: No module named resource #6

daimondd33 opened this issue Feb 18, 2015 · 1 comment

Comments

@daimondd33
Copy link

I have this error with running "C:\wfuzz-2.1.2\wfuzz.py" in windows

Traceback (most recent call last):
File "C:\wfuzz-2.1.2\wfuzz.py", line 6, in
from framework.fuzzer.Fuzzer import Fuzzer
File "C:\wfuzz-2.1.2\framework\fuzzer\Fuzzer.py", line 12, in
from framework.utils.myqueue import MyPriorityQueue
File "C:\wfuzz-2.1.2\framework\utils\myqueue.py", line 1, in
import resource
ImportError: No module named resource

xmendez added a commit that referenced this issue Mar 4, 2015
@xmendez
Copy link
Owner

xmendez commented Mar 4, 2015

Thanks. This import can be removed as it is not used anymore.

@xmendez xmendez closed this as completed Mar 4, 2015
xmendez added a commit that referenced this issue Mar 6, 2015
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