0

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.

enter image description here

Someone could help me ? Thanks.

Francisco Possetto
  • 443
  • 1
  • 3
  • 10

1 Answers1

1

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.

Daren Thomas
  • 67,947
  • 40
  • 154
  • 200
  • @FranciscoPossetto for the next guy: How did you solve it? What did the problem turn out to be? – Daren Thomas Sep 24 '18 at 10:24
  • I fixed the error immediately using the Installer pyRevitSetup.exe. But out of curiosity, I uninstalled pyRevit and followed the steps that you indicated me. 1. Download Dependencies and run DependenciesGui. 2. Load the file PyRevitLoader.dll. The following dependencies are lost: xpaxholder.dll ext-ms-windowscore-deviceinfo-l1-1-0.dll ext-ms-win-core-winrt-remote-l1-1-0.dll I suppose the Installer has solved these problems repairing the missing dll. Does it Makes sense? Or did something else happen? – Francisco Possetto Sep 30 '18 at 20:56