maxking / paper-to-git

Sync documents from Dropbox Paper to local/remote git repository.
Apache License 2.0
73 stars 10 forks source link

No module named "paper_to_git" error after `python setup.py install` #10

Closed miphilomath closed 7 years ago

miphilomath commented 7 years ago

I am having the following error. The steps I took:

The error appears in the next step when I try paper-git serve.

image

maxking commented 7 years ago

This might have something to do with setuptools and the install script.

maxking commented 7 years ago

Turns out, setuptools changes the package names when installing them. Any _ in the the names are replaced with - in the names.

I am not exactly sure how can we fix this without changing either the name of package or something else.