Skip to content

Conversation

@ZeddYu
Copy link

@ZeddYu ZeddYu commented Jun 4, 2024

Nowadays, the latest Androguard version is >= 4 and it has made some API changes. But droidbot didn't set the fixed version of Androguard. So when users install the latest Androguard, they may get some import error.

Changes:

  • Fix Import Error:
    The import statement for the APK class has been updated to ensure compatibility with androguard version 4 and above. The new code attempts to import from two possible locations, handling the potential ImportError gracefully.

  • Update setup.py Entry Points:
    The entry_points in the setup.py file have been modified to correctly reference the droidbot.start:main function. This ensures that the droidbot command works as expected when installed. This change will fix ModuleNotFoundError: No module named 'start' #157

@evewang021130
Copy link

thank you!!!

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

Successfully merging this pull request may close these issues.

ModuleNotFoundError: No module named 'start'

2 participants