Getting error while using ole tools : ModuleNotFoundError: No module named 'cStringIO' #825
Replies: 1 comment
-
Hello, which version of oletools are you using? cStringIO import has been removed for a while, since olevba is running on Python 3. Please upgrade to the latest version: https://github.com/decalage2/oletools/wiki/Install |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting below error while using VBA
Traceback (most recent call last):
File "C:\Users\HP\Desktop\oletools-master\oletools-master\oletools\mraptor.py", line 85, in
from oletools import olevba
File "C:\Users\HP\Desktop\oletools-master\oletools-master\oletools\olevba.py", line 248, in
import cStringIO
ModuleNotFoundError: No module named 'cStringIO'
Beta Was this translation helpful? Give feedback.
All reactions