Error to run example file
Opened this issue · 4 comments
reactiver001 commented
When try run example file have this error
python3 geetest.py
Traceback (most recent call last):
File "/Users/Desktop/ideas/crack_geetest/geetest/geetest.py", line 73, in
geetest_crack()
File "/Users/Desktop/ideas/crack_geetest/geetest/geetest.py", line 51, in geetest_crack
data_stream = io.BytesIO(image.content)
NameError: name 'io' is not defined
thanks
cycyup commented
I fixed it
reactiver001 commented
Hello
I try now but dont work , possible send me example for run ?
first run api.py and next run geetest_crack.py , correct?
Great work
cycyup commented
No, only run geetest_crack.py, but you should download api.py too, geetest_crack.py import the function from api.py
reactiver001 commented
Traceback (most recent call last):
File "/Users/crack_geetest/geetest/geetest_crack.py", line 4, in
from geetest.api import get_w
ModuleNotFoundError: No module named 'geetest'
When run geetest_crack.py have error import module