The script components will not open at all. I have never had this problem in the past and it is currently causing huge issues as I have done days of code that are now inaccessible.
This is nuts, please help. I would like to think I can write code in Rhino without getting locked.
Thanks,
Jason - disappointed and frustrated Rhino user.
I even regularly save backups and all of those will not open the components either. How is this even possible? I made no updates, nothing…just tried to open the file this morning…and nope. Not the working file or any backup file is accessible. This is days of work just gone…mind blown.
@robertjasoncross I fixed this GH definition. For some unknown reason the language saved into the file is named Python instead of python and that causes the error. I am looking into this but the fixed file should get you going.
If you can get the component open and copy and paste the code or give me a screenshot I will just re-write it. I am under a huge deadline and this is just not something I can spend time helping McNeel correct their fragile software…I have work to do.
So I was able to get the python files from Ehsan. This has saved me for now.
For the record, it seems a header hash had an uppercase P instead of lowercase.
ex. #! Python vs #! python
I personally think that this should not be something that would kill a component. That said, I will no longer be adding hashed info in my python 3 scripts…straight python from now on.
This is a bug that somehow did not show up until now. It is not the expected behaviour. Component should work with Python or python . I will get this fixed asap.