Elvelind Grandin <[EMAIL PROTECTED]> writes: > 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.
Thanks. It fixed the problem. I was just updating until now... Next time, if this happens again, I'll remember running setup.py again. :-) -- Jorge Godoy <[EMAIL PROTECTED]>

