setuptools dependency not included

Bug #597699 reported by Johan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
turbogears2 (Ubuntu)
New
Undecided
Unassigned

Bug Description

When you install the python-turbogears2 package, and do a first "paster quickstart", there is an error:

Traceback (most recent call last):
  File "/usr/bin/paster", line 18, in <module>
    command.run()
  File "/usr/lib/pymodules/python2.6/paste/script/command.py", line 84, in run
    invoke(command, command_name, options, args[1:])
  File "/usr/lib/pymodules/python2.6/paste/script/command.py", line 123, in invoke
    exit_code = runner.run(args)
  File "/usr/lib/pymodules/python2.6/paste/script/command.py", line 218, in run
    result = self.command()
  File "/usr/lib/pymodules/python2.6/devtools/commands/quickstart.py", line 214, in command
    command.run(cmd_args)
  File "/usr/lib/pymodules/python2.6/paste/script/command.py", line 218, in run
    result = self.command()
  File "/usr/lib/pymodules/python2.6/paste/script/create_distro.py", line 170, in command
    egg_info_dir = pluginlib.egg_info_dir(output_dir, dist_name)
  File "/usr/lib/pymodules/python2.6/paste/script/pluginlib.py", line 134, in egg_info_dir
    % ', '.join(all))
IOError: No egg-info directory found (looked in ./essai/./essai.egg-info, ./essai/MANIFEST.in/essai.egg-info, ./essai/__init__.py/essai.egg-info, ./essai/ez_setup/essai.egg-info, ./essai/essai/essai.egg-info, ./essai/setup.py/essai.egg-info, ./essai/development.ini/essai.egg-info, ./essai/test.ini/essai.egg-info, ./essai/setup.cfg/essai.egg-info, ./essai/README.txt/essai.egg-info)

This error is generated because the python-setuptools package, which turbogears depends on, is not installed.

There should be a dependency with the "python-setuptools" package, or a meta-package named "turbogearg2", which has this depency included.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.