dasmithii / Kit

project manager for c/c++
MIT License
65 stars 6 forks source link

Kit fails to run after install #4

Closed ghost closed 10 years ago

ghost commented 10 years ago
Traceback (most recent call last):
  File "D:\Python34\Scripts\kit-script.py", line 9, in <module>
    load_entry_point('Kit==0.1', 'console_scripts', 'kit')()
  File "D:\Python34\lib\site-packages\pkg_resources.py", line 353, in load_entry
_point
    return get_distribution(dist).load_entry_point(group, name)
  File "D:\Python34\lib\site-packages\pkg_resources.py", line 2302, in load_entr
y_point
    return ep.load()
  File "D:\Python34\lib\site-packages\pkg_resources.py", line 2029, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "D:\Python34\lib\site-packages\kit-0.1-py3.4.egg\kit\main.py", line 3, in
 <module>
ImportError: No module named 'commands'

Are there any dependencies that need to be installed to run Kit?

dasmithii commented 10 years ago

That's odd; commands.py is a module included in Kit's main package, within the same directory as main.py.

You didn't happen to delete it, did you? I've uninstalled and reinstalled, just to be certain, and no errors occurred.

dasmithii commented 10 years ago

I'm closing this issue, as it appears to be a fluke.