pyensae icon indicating copy to clipboard operation
pyensae copied to clipboard

r2python import error

Open achinmay17 opened this issue 2 years ago • 1 comments

hi,

Thanks for the amazing work!

While running following

from pyensae.languages import r2python

I get following error: ImportError: cannot import name 'r2python' from 'pyensae.languages' (/home/ajnadk/anaconda3/lib/python3.8/site-packages/pyensae/languages/init.py)

In the 'languages folder I couldn't find the r2python file as well, Please help

achinmay17 avatar Aug 04 '22 19:08 achinmay17

Hi @achinmay17,

They changed the location it is now under:

from pyensae.languages.rconverter import r2python

hope this helps

DaanFerdinandusse avatar Aug 24 '22 05:08 DaanFerdinandusse

fixed

sdpython avatar Dec 06 '22 00:12 sdpython