Have you tried to do a setup.py develop again?

the reason you get a error is that the commands are now defined as
entrypoints rather then being in a dict as before. this means you have
to install it again to register the entrypoints.

On 16 Dec 2005 09:03:15 -0200, Jorge Godoy <[EMAIL PROTECTED]> wrote:
>
> Jared Kuolt <[EMAIL PROTECTED]> writes:
>
> > You may want to try again. Rev 332 just worked for me when I ran
> > 'tg-admin quickstart'
>
> 'tg-admin shell' and 'tg-admin toolbox' still gives me an exception.  Even
> quickstart does that...  Here's the same traceback but with r.332.
>
> ================================================================================
> TurboGears 0.9a0dev-r1 command line interface
>
> Usage: /usr/bin/tg-admin [command] [options]
>
> Available commands:
> Traceback (most recent call last):
>  File "/usr/bin/tg-admin", line 7, in ?
>    sys.exit(
>  File 
> "/home/godoy/desenvolvimento/python/TurboGears/trunk/turbogears/command/base.py",
>  line 230, in main
>    longest = max([len(key) for key in commands.keys()])
> ValueError: max() arg is an empty sequence
> ================================================================================
>
>
> Be seeing you,
> --
> Jorge Godoy      <[EMAIL PROTECTED]>
>


--
cheers
    elvelind grandin

Reply via email to