justbilt / untp

A command line tool to split TexturePacker published files.
MIT License
153 stars 66 forks source link

Run on macOS Sierra 10.12.1 with Python 2.7.10 and output an error information. #10

Closed keppelcao closed 7 years ago

keppelcao commented 7 years ago

File "/usr/local/bin/untp", line 9, in load_entry_point('untp==1.0.5', 'console_scripts', 'untp')() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/init.py", line 565, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/init.py", line 2697, in load_entry_point return ep.load() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/init.py", line 2370, in load return self.resolve() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/init.py", line 2376, in resolve module = import(self.module_name, fromlist=['name'], level=0) ImportError: No module named untp

keppelcao commented 7 years ago

And untp version 1.0.4 is okay, but v1.0.5 is bad.

justbilt commented 7 years ago

I'm sorry for replay later. I update my mac to 10.12.1 and i tried every way to install untp 1.0.5 , it work for me.

I think reinstall may solve you problem.

keppelcao commented 7 years ago

I uninstall it and reinstall it, the fault is still there. But it's okay, I am using 1.0.4. It works fine. THX.