Topic on Extension talk:ConfirmEdit

FancyCaptcha "pool.py error" generating Captcha images

3
Dthrevan (talkcontribs)

Having issues generating captcha images, please help!


Current setup:

Python 2.7.18

Python Imaging Library 1.1.7 for Python 2.7 (Windows Only)


Error below:

C:\Python27>python.exe C:\Ex\captcha.py --font C:\Ex\FreeSans.ttf --wordlist C:\Ex\words.txt --key=Foo --blacklist C:\Ex\blacklist.txt --output C:\Ex\ --count=20

Generating 20 CAPTCHA images separated in 20 image(s) per chunk run by 1 threads...

Traceback (most recent call last):

  File "C:\Ex\captcha.py", line 298, in <module>

    p.map(run_in_thread, data)

  File "C:\Python27\lib\multiprocessing\pool.py", line 253, in map

    return self.map_async(func, iterable, chunksize).get()

  File "C:\Python27\lib\multiprocessing\pool.py", line 572, in get

    raise self._value

NameError: global name 'verbose' is not defined


Dthrevan (talkcontribs)

anyone???

Ulrich C. Thiess (talkcontribs)

Same problem here. Need help. Thanks.

Reply to "FancyCaptcha "pool.py error" generating Captcha images"