FancyCaptcha on windows

Jump to: navigation, search

when installing fancy captcha and running a batch file for

C:\python\python.exe C:\Ex\CAPTCHA.py --font C:\Ex\FONT.ttf --wordlist C:\Ex\LIST.txt --key=YOURPASSWORD --output C:\Ex\ --count=20

with all the parameters correctly entered, what should result? should the CAPTCHA.py file be modified? my batch file runs quickly then dissapears before I can see what happens, I assume there is an error somewhere?

Does anyone have any bright ideas about this??

Raako71 (talk)13:40, 7 June 2012

Try running it in cmd.exe so you can see the reply.

Jasper Deng (talk)04:11, 9 June 2012

thanks, the error is:

ImportError: the _imagingft C module is not installed

I have installed python 2.7 and the associated imaging library successfully. Is there something else I have to install from here?

Raako71 (talk)05:07, 9 June 2012

It looks like you may be missing a python extension or something, I don't really know that.

Jasper Deng (talk)05:09, 9 June 2012

I figured it out, needed a different PIL: http://www.lfd.uci.edu/~gohlke/pythonlibs/#pil

Raako71 (talk)03:16, 10 June 2012