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

Fresh installation on Windows 10 / Python 2.7 / IDA Pro 7.6 cannot import dependencies #41

Open
r0ptr opened this issue Mar 9, 2022 · 2 comments

Comments

@r0ptr
Copy link

r0ptr commented Mar 9, 2022

I followed the instructions to the letter, when IDA Pro is started, this error happens:

C:\Tools\IDAPro\plugins\die_proxy.py: cannot import name base
Traceback (most recent call last):
  File "C:\Tools\IDAPro\python\2\ida_idaapi.py", line 647, in IDAPython_ExecScript
    execfile(path, g)
  File "C:/Tools/IDAPro/plugins/die_proxy.py", line 14, in <module>
    plugin = imp.load_source(__name__, plugin_path)
  File "C:\Tools\DIE\DIE.py", line 3, in <module>
    import sark
  File "C:\Python27\lib\site-packages\sark\__init__.py", line 14, in <module>
    from . import (core,
  File "C:\Python27\lib\site-packages\sark\code\__init__.py", line 2, in <module>
    from . import base
ImportError: cannot import name base

It might very well be an issue with sark itself, but it still makes me wonder how anyone was able to use DIE at any time?

@steve007iii
Copy link

steve007iii commented Aug 8, 2022

cmd

pip3 install -U git+https://github.com/tmr232/Sark.git#egg=Sark

@tmr232
Copy link
Collaborator

tmr232 commented Aug 9, 2022

Sark no longer supports Python 2.
DIE has not been updated yet to work with Python 3.
I believe this is the source of this issue.

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

3 participants