pyensae
pyensae copied to clipboard
r2python import error
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
Hi @achinmay17,
They changed the location it is now under:
from pyensae.languages.rconverter import r2python
hope this helps
fixed