Reputation: 443
I installed pyRevit as documentation say, but doesnt work. I installed more times and I had never had thar error. Then I updated, but dont work too. I share the error pic.
Someone could help me ? Thanks.
Upvotes: 0
Views: 677
Reputation: 70344
One thing to check is the dependencies of PyRevitLoader.dll
. Use the DependenciesGui.exe
tool (https://github.com/lucasg/Dependencies) and open the DLL. This should list all the dependencies of the PyRevitLoader.dll
. Drill down into all the dependencies to see if there are any that can't be found.
Upvotes: 1