問題のモジュールがGeo::IP::PurePerlあるなしにperlのモジュールをインストールすると、これは私がやっているものです: wget http://search.cpan.org/CPAN/authors/id/B/BO/BORISZ/Geo-IP-PurePerl-1.24.tar.gz
tar -zxf Geo-IP-PurePerl-1.24.tar.gz
cd Geo-IP
Imは、このためのGeoIPを用いてユーザの位置を見つけるためにしようと私有する Class register(models.Model):
user = models.ForeignKey('auth.User', unique = True)
latitude = models.DecimalField(max_digits=12, decimal_places=10