kartograph / kartograph.py

UNMAINTAINED! Renders beautiful SVG maps in Python.

Home Page:http://kartograph.org/docs/kartograph.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with command line utility

aborruso opened this issue · comments

Hi,
I have installed the today version of kartograph in Windows with Python 2.7, and I have installed all the required software packages.

When I this command
kartograph.exe kappa.json kappa.svg

I have this error:
Traceback (most recent call last):
File "C:\Python27\Scripts\kartograph-script.py", line 9, in
load_entry_point('kartograph.py==0.6.8', 'console_scripts', 'kartograph')()
File "C:\Python27\lib\site-packages\pkg_resources.py", line 352, in load_entry
_point
return get_distribution(dist).load_entry_point(group, name)
File "C:\Python27\lib\site-packages\pkg_resources.py", line 2307, in load_entr
y_point
return ep.load()
File "C:\Python27\lib\site-packages\pkg_resources.py", line 2021, in load
entry = import(self.module_name, globals(),globals(), ['name'])
ImportError: No module named kartograph.cli

Do you have some solution?

It seems that my kartograph installation does not have updated some resource list, but I'm not able to solve this.

Thank you,

Andrea

Solved.

I have run easy_install.exe C:\tmp\kartograph_extratct_installationfile_folder and now it works