That worked. Thank you!

>> AttributeError: 'LP_IP2LocationRecord' object has no attribute
>> 'country_short'
>
> As it says, LP_IP2LocationRecord has no attribute called
> 'country_short'. IP2LocationRecord does.
>
> Use the 'contents' attribute to dereference the pointer. That is:
>
> yourstruct.contents.country_short


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to