How to unregister a python command

Hello
I´m getting this error. I know why happened, I change the name of the file command, so now rhino can´t find it.
image

The question is how can I fix this, so Rhino is able to find the correct file.
And also related, how do I delete a command…

Thanks.

By reading this tutorial Creating Rhino Commands Using Python
it looks like the key step would be to delete the folder with the “crazy” name.

Does it help?
Otherwise, I think @stevebaer can tell more.

Thanks,

Giulio


Giulio Piacentino
for Robert McNeel & Associates
giulio@mcneel.com

Thanks for the reply.

I think that the solution is just to delete the problematic unregistered command and create a new one.
That make that the error is not shown. But I’m not sure if that solves the bottom of the problem