You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using olevba from within olefy and I'm getting this error:
olefy ERROR oletools <308750> olevba returned <30 chars - rc: 1, response: '', error: '
Traceback (most recent call last):
File "/usr/local/bin/olevba", line 5, in
from oletools.olevba import main
File "/usr/local/lib/python3.10/dist-packages/oletools/olevba.py", line 342, in
from oletools import rtfobj
File "/usr/local/lib/python3.10/dist-packages/oletools/rtfobj.py", line 133, in
from oletools import oleobj, ftguess
File "/usr/local/lib/python3.10/dist-packages/oletools/oleobj.py", line 71, in
from oletools.ppt_record_parser import (is_ppt, PptFile,
File "/usr/local/lib/python3.10/dist-packages/oletools/ppt_record_parser.py", line 57, in
from oletools import record_base
File "/usr/local/lib/python3.10/dist-packages/oletools/record_base.py", line 84, in
OleFileIO = olefile.OleFileIO\nAttributeError: module 'olefile' has no attribute 'OleFileIO'
I wonder if this is an error in olevba
The text was updated successfully, but these errors were encountered:
This is really strange, olevba does not trigger that error on my Linux with Python 3.10. I really wonder what would trigger this error if olefile is installed properly. 🤔
I'm using olevba from within olefy and I'm getting this error:
olefy ERROR oletools <308750> olevba returned <30 chars - rc: 1, response: '', error: '
Traceback (most recent call last):
File "/usr/local/bin/olevba", line 5, in
from oletools.olevba import main
File "/usr/local/lib/python3.10/dist-packages/oletools/olevba.py", line 342, in
from oletools import rtfobj
File "/usr/local/lib/python3.10/dist-packages/oletools/rtfobj.py", line 133, in
from oletools import oleobj, ftguess
File "/usr/local/lib/python3.10/dist-packages/oletools/oleobj.py", line 71, in
from oletools.ppt_record_parser import (is_ppt, PptFile,
File "/usr/local/lib/python3.10/dist-packages/oletools/ppt_record_parser.py", line 57, in
from oletools import record_base
File "/usr/local/lib/python3.10/dist-packages/oletools/record_base.py", line 84, in
OleFileIO = olefile.OleFileIO\nAttributeError: module 'olefile' has no attribute 'OleFileIO'
I wonder if this is an error in olevba
The text was updated successfully, but these errors were encountered: