FancyCaptcha on windows
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??
Try running it in cmd.exe so you can see the reply.
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?
It looks like you may be missing a python extension or something, I don't really know that.
I figured it out, needed a different PIL: http://www.lfd.uci.edu/~gohlke/pythonlibs/#pil