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

ModuleNotFoundError: No module named 'StringIO' #31

Open
ghost opened this issue Feb 17, 2020 · 3 comments
Open

ModuleNotFoundError: No module named 'StringIO' #31

ghost opened this issue Feb 17, 2020 · 3 comments

Comments

@ghost
Copy link

ghost commented Feb 17, 2020

python3 handler.py

Traceback (most recent call last):
File "handler.py", line 5, in
import safeurl, types, sys, re, mimetypes, glob, jsbeautifier, urlparse, pycurl
File "/root/JSParser/safeurl.py", line 18, in
import StringIO
ModuleNotFoundError: No module named 'StringIO'

was hoping someone has found a fix for this issue

@m4ll0k
Copy link

m4ll0k commented Jun 12, 2020

@soupnatzi change line 18 with from io import StringIO

@sushantdhopat
Copy link

where line18

@sushantdhopat
Copy link

i install it using this command"pip3 install StringIO" give the error not version satisfyy

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

2 participants