when i try ro run ip2geolocation script in windows 8.1 it gives me this error
and i installed python v 2.7.3 and ActivePython-2.7.13 and when itry to start the script it gives this msg please help
and i installed python v 2.7.3 and ActivePython-2.7.13 and when itry to start the script it gives this msg please help


Output:Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Users\AliDmc>C:\Users\AliDmc\Desktop\IPGeoLocation-master\ipgeolocation.py
Traceback (most recent call last):
File "C:\Users\AliDmc\Desktop\IPGeoLocation-master\ipgeolocation.py", line 32,
in <module>
from core.IpGeoLocationLib import IpGeoLocationLib
File "C:\Users\AliDmc\Desktop\IPGeoLocation-master\core\IpGeoLocationLib.py",
line 30, in <module>
from core.Utils import Utils
File "C:\Users\AliDmc\Desktop\IPGeoLocation-master\core\Utils.py", line 30, in
<module>
import webbrowser, ipaddress, socket
ImportError: No module named ipaddress
C:\Users\AliDmc>
Moderator zivoni: moved to more appropriate thread and added output tags