hi

is this command broken? there is a change that the problem is on my
side, since I'm making a new set of templates but the traceback seems
totally useless to me... so I can't tell.

if the problem is on my side anyone knows how I can find out the
offending entrypoint?

[EMAIL PROTECTED] ~ $ paster
Usage: /usr/local/bin/paster COMMAND
usage: paster [paster_options] COMMAND [command_options]

options:
  --version         show program's version number and exit
  --plugin=PLUGINS  Add a plugin to the list of commands (plugins are Egg
                    specs; will also require() the Egg)
  -h, --help        Show this help message

Commands:
  create       Create the file layout for a Python distribution
  help         Display help
  make-config  Install a package and create a fresh config file/directory
  points       Show information about entry points
  serve        Serve the described application
  setup-app    Setup an application, given a config file

[EMAIL PROTECTED] ~ $ paster points
You must give an entry point (or --list)
[EMAIL PROTECTED] ~ $ paster points --list
23 entry point groups found:
[console_scripts]
Traceback (most recent call last):
  File "/usr/local/bin/paster", line 5, in ?
    pkg_resources.run_script('PasteScript==1.0', 'paster')
  File 
"/usr/lib/python2.4/site-packages/setuptools-0.6c3-py2.4.egg/pkg_resources.py",
line 407, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File 
"/usr/lib/python2.4/site-packages/setuptools-0.6c3-py2.4.egg/pkg_resources.py",
line 1084, in run_script
    execfile(script_filename, namespace, namespace)
  File 
"/usr/lib/python2.4/site-packages/PasteScript-1.0-py2.4.egg/EGG-INFO/scripts/paster",
line 18, in ?
    command.run()
  File 
"/usr/lib/python2.4/site-packages/PasteScript-1.0-py2.4.egg/paste/script/command.py",
line 76, in run
    invoke(command, command_name, options, args[1:])
  File 
"/usr/lib/python2.4/site-packages/PasteScript-1.0-py2.4.egg/paste/script/command.py",
line 115, in invoke
    exit_code = runner.run(args)
  File 
"/usr/lib/python2.4/site-packages/PasteScript-1.0-py2.4.egg/paste/script/command.py",
line 210, in run
    result = self.command()
  File 
"/usr/lib/python2.4/site-packages/PasteScript-1.0-py2.4.egg/paste/script/entrypoints.py",
line 45, in command
    return self.list_entry_points()
  File 
"/usr/lib/python2.4/site-packages/PasteScript-1.0-py2.4.egg/paste/script/entrypoints.py",
line 163, in list_entry_points
    print self.wrap(desc.description, indent=2)
AttributeError: 'str' object has no attribute 'description'

_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users

Reply via email to