question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ImportError: No module named core.module

See original GitHub issue

Hi,

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:closed
  • Created 8 years ago
  • Comments:8

github_iconTop GitHub Comments

2reactions
devttys0commented, Sep 4, 2016

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.

0reactions
EvanCarrollcommented, Jan 24, 2019

Can we change this issue then to be properly named?

Binwalk on PyPi is unsupported.

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).

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found