dimven / NavisPythonShell

An IronPython console for Navisworks
MIT License
69 stars 14 forks source link

Compile broken: missing DLLs #2

Closed sanzoghenzo closed 4 years ago

sanzoghenzo commented 6 years ago

Hi, I'm using navisworks Manage 2017 and had some trouble building the plugin from sources. You forgot to copy the RequiredLibraries folder from RevitPythonShell, or at least the two assemblies:

I don't know where they come from or if it's possible to add them via NuGet. With these two references in place I was able to build and run the plugin in NV 2017.

dimven commented 6 years ago

Thanks for pointing that out. I think that RPS got them originally from some now defunct projects at https://www.codeproject.com/

I've added the folder with all required external assemblies.