Naddy saw this in dpb, and frankly I have no idea why.. anyone
have a clue?

I don't know the python infrastructure particularly well but setuptools
and python itself are both listed dependencies so dpb shouldn't have junked
them, and I can't see what else the missing module might come from.

Full log available on request.

writing top-level names to Trac.egg-info/top_level.txt
writing dependency_links to Trac.egg-info/dependency_links.txt
writing entry points to Trac.egg-info/entry_points.txt
Traceback (most recent call last):
  File "./setup.py", line 162, in <module>
    **extra
  File "/usr/local/lib/python2.7/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/usr/local/lib/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/usr/local/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "/usr/local/lib/python2.7/site-packages/setuptools/command/install.py", 
line 56, in run
    return _install.run(self)
  File "/usr/local/lib/python2.7/distutils/command/install.py", line 575, in run
    self.run_command(cmd_name)
  File "/usr/local/lib/python2.7/distutils/cmd.py", line 326, in run_command
    self.distribution.run_command(command)
  File "/usr/local/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File 
"/usr/local/lib/python2.7/site-packages/setuptools/command/install_egg_info.py",
 line 29, in run
    self.run_command('egg_info')
  File "/usr/local/lib/python2.7/distutils/cmd.py", line 326, in run_command
    self.distribution.run_command(command)
  File "/usr/local/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "/usr/local/lib/python2.7/site-packages/setuptools/command/egg_info.py", 
line 169, in run
    writer = ep.load(installer=installer)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 1954, in 
load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
ImportError: No module named core.utils.dist

Reply via email to