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

Error execution handler.py #43

Open
tXambe opened this issue Jan 22, 2021 · 2 comments
Open

Error execution handler.py #43

tXambe opened this issue Jan 22, 2021 · 2 comments

Comments

@tXambe
Copy link

tXambe commented Jan 22, 2021

Hello,

When I execute handler I have this error:

ImportError: /root/.cache/Python-Eggs/pycurl-7.43.0.6-py2.7-linux-x86_64.egg-tmp/pycurl.so: undefined symbol: PyUnicode_DecodeLocale

Any recomendation ?

A greeting and thanks

@ghost
Copy link

ghost commented Feb 11, 2021

use this
$ pip uninstall pycurl
$ pip install --install-option="--with-openssl" --install-option="--openssl-dir=/usr/local/opt/openssl" pycurl
$ python3 handler.py

@sumit554
Copy link

sumit554 commented Dec 1, 2021

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

pls help me to solve this issue bro

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