redrebel / pydelicious

Automatically exported from code.google.com/p/pydelicious
Other
0 stars 0 forks source link

ImportError: No module named tools.dlcs #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. sudo easy_install pydelicious
2. dlcs -u "username"
3.

What is the expected output? What do you see instead?
Traceback (most recent call last):
  File "/usr/local/bin/dlcs", line 9, in <module>
    load_entry_point('pydelicious==0.6', 'console_scripts', 'dlcs')()
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 351, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2363, in load_entry_point
    return ep.load()
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2088, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
ImportError: No module named tools.dlcs

What version of the product are you using? On what operating system?
pydelicious 0.6

Please provide any additional information below.
I am new to pydelicious. I am using ubuntu14.04. I have just installed it. 

Original issue reported on code.google.com by nitishk....@gmail.com on 6 Jan 2015 at 3:30