hjson_to_gantt
hjson_to_gantt copied to clipboard
No fuzzyfind found
So, with pip (Python 2.7) installed listed dependencies. Then cloned git. Next copy-pasted your example and used example output creation command. Does nothing except complains that:
File "./hjson_to_gantt", line 8, in <module> from fuzzyfinder import fuzzyfinder ImportError: No module named 'fuzzyfinder'
But:
pip show fuzzyfinder
Metadata-Version: 2.0 Name: fuzzyfinder Version: 1.0.0 Summary: Fuzzy Finder implemented in Python. Home-page: https://github.com/amjith/fuzzyfinder Author: Amjith Ramanujam Author-email: [email protected] Installer: pip License: BSD Location: /usr/local/lib/python2.7/dist-packages Requires: Classifiers: Development Status :: 5 - Production/Stable Intended Audience :: Developers License :: OSI Approved :: BSD License Natural Language :: English Programming Language :: Python :: 2 Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.3 Programming Language :: Python :: 3.4
Ok. So, I actually opened the file in an editor and then notice that the shebang says python3... you could have mentioned this in the documentation...