DenisCarriere / geonames

Geonames parser into OGR Shapefile
8 stars 4 forks source link

ImportError: No module named config.log #2

Open GonzMG opened 7 years ago

GonzMG commented 7 years ago

When I try to execute my code this error appears:

Traceback (most recent call last): File "examp.py", line 20, in import geonames.config.log ImportError: No module named config.log

I dont understand what happens because the same program works in other computer. Than you in advance!

DenisCarriere commented 7 years ago

@GonzMG Hey, thanks for submitting an issue, however I'm no longer maintaining this library.

I just installed it on a fresh build and it seemed to work, so I don't know what's happening wrong with your build.

$ pip install fiona
$ pip install geonames
Python 2.7.12 (default, Jul  1 2016, 15:12:24) 
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import geonames
>>> geonames
<module 'geonames' from '/usr/local/lib/python2.7/dist-packages/geonames/__init__.pyc'>