Does anybody know how to install GeoIP's C library
on Windows
in a few simple steps. Even a few complicated steps will do. I researched and tried to compile it from the setup file but failed several times. Sometimes, I get errors saying that GeoIP.h
could not be located. Other times I get that bugtrack_url
is not a valid option for compilation.
I have tried using pip install GeoIP
and I have also tried just using setup.py
.
Has anyone had any luck setting this up on Windows?