pyTiBa Extension not appearing in ribbon

Hi all

I am currently using Revit 25 and am trying to install the pyTiBa extension through the pyRevit Extension Manager. (I am using the pyRevit version v6.4.0.) It seems to have installed according to the Extension manager as under the “Installed” column it says “Yes”. When I close out of the Extension Manager the pyTiBa tab doesn’t appear on the ribbon.

I can confirm that in the following location C:\Users\Username\AppData\Roaming\pyRevit\Extensions that the “pyTiBa.extension” folder is there.

I have tried manually adding the “ExportDlgValues” inside the following location C:\Users\Username\AppData\Roaming\pyRevit\Extensions\pyTiBa.extension\pytiba.extension\pyTiBa.tab\Export.panel. This method was from the forum “PyTiba not working” from May 2025 and it is still missing from the ribbon after I close out Revit, Open Revit and reload pyRevit.

If anyone has come across this problem and has found a solution please let us know.

Thankyou

1 Like

Hi,

I have the same problem.

Thank you

can you run pyrevit env in cmd and share the outprint?

I have the same issue as well

Can confirm. The owner of this repo has accidently moved all tools into a wrong subfolder. Digging throught the repo this happened around 01/2026. You need to contact directly to have him fix it. To get it running for you, move everything one layer up.
Current (not working):

fixed:

folder structure has to be like this:

mytools.extension
→extension.json
→mytools.tab
→→mytools.panel
→→→mytools.pushbutton
→→→→my_script.py

1 Like

I opened a PR to fix this
let’s wait on @_tibaa to review and merge if OK

The PR is merged.
If you now remove the previous install of the extension and install it back using pyRevit extensions manager, this should work. @JJ0320 @cancaa @JohnRP

1 Like

mytools.extension
→extension.json
→mytools.tab
→→mytools.panel
→→→mytools.pushbutton
→→→→my_script.py
OK, so this approach still works.
I am currently not working with Revit anymore.
I think I changed it. I removed the “mytools.extension” some time ago.

Anyway, I merged it!
Please notify me, if something is still wrong.

1 Like

The problem has been fixed.

Thanks

1 Like

All fixed! Thank you all very much