kbruxvoort / SSG.extension

Southwest Solutions Group pyrevit extension
MIT License
8 stars 2 forks source link

Import error Health check #4

Open rlpJakobSteiner opened 1 year ago

rlpJakobSteiner commented 1 year ago

Hi Kyle, When running Health check it's giving an error:

IronPython Traceback:
Traceback (most recent call last):
 File "C:\Users\js\AppData\Roaming\pyRevit\Extensions\pySSG.extension\pySSG.tab\Family Utilities.Panel\Health Check.pushbutton\script.py", line 7, in <module>
ImportError: cannot import param_has_value from parameters

Script Executor Traceback:
IronPython.Runtime.Exceptions.ImportException: cannot import param_has_value from parameters
 bei IronPython.Runtime.Importer.ImportNestedModule(CodeContext context, PythonModule module, String[] parts, Int32 current, List path)
 bei IronPython.Runtime.Importer.ImportFrom(CodeContext context, Object from, String name)
 bei Microsoft.Scripting.Interpreter.FuncCallInstruction`4.Run(InterpretedFrame frame)
 bei Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
 bei Microsoft.Scripting.Interpreter.LightLambda.Run2[T0,T1,TRet](T0 arg0, T1 arg1)
 bei IronPython.Compiler.PythonScriptCode.RunWorker(CodeContext ctx)
 bei PyRevitLabs.PyRevit.Runtime.IronPythonEngine.Execute(ScriptRuntime& runtime)

In lib folder there is no file "parameters", seems like there is something lacking. Greetings Jakob