ImportError: No module named core.module
See original GitHub issueHi,
I’m trying to install binwalk on a slackware-machine. And although i can see that during the installation the file …/core/modules.py is actually installed. Upon running it’s seems that my system is not able to find this file! Could this be just a simple python-path issue, or is there something else wrong? For debugging purposes i’ll add the log here.
bash-4.2$ binwalk
Traceback (most recent call last):
File "/usr/local/bin/binwalk", line 17, in <module>
import binwalk
File "build/bdist.linux-x86_64/egg/binwalk/__init__.py", line 3, in <module>
# $Id$
ImportError: No module named core.module
bash-4.2$
Issue Analytics
- State:
- Created 8 years ago
- Comments:8
Top Results From Across the Web
No module named 'core' when using pyping for Python 3
No module named 'core' when using pyping for Python 3 - Stack Overflow. Stack Overflow for Teams – Start collaborating and sharing ...
Read more >Fix ImportError: no module named django.core.management
The error is telling us that it can't find of the core modules of Django. This is because it isn't installed in your...
Read more >Exception using PyGRASS: "No module named 'core'"
The LD_LIBRARY_PATH variable was not being set up correctly. So the main problem was really using the Python 3 interpreter instead of Python...
Read more >django import error - No module named core.management
PYTHON : django import error - No module named core.management [ Gift : Animated Search Engine : https://www.hows.tech/p/recommended.html ] ...
Read more >ImportError: No module named core in django 1.5.5
File "/usr/lib/python2.6/site-packages/django/bin/django-admin.py", line 2, in <module>. from django.core import management. ImportError: No module named ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The binwalk package on PyPi is not managed by myself, is outdated, not maintained, and known to be broken. Remove it and install from source and this error should disappear.
Can we change this issue then to be properly named?
Perhaps we can remove binwalk from PyPi if you don’t want to use it for distribution (though it seems better to just keep the package up to date).