Dynamo icon indicating copy to clipboard operation
Dynamo copied to clipboard

Not getting boiler plate template in Dynamo 2.10.1.3976

Open achouhan0 opened this issue 2 years ago • 3 comments

Issue Description

I'm using both versions of Dynamo, 2.6 & 2.10. I've a boiler plate code, already saved at Appdata folder with correct syntax and naming conventions. But still python boiler code is not showing inside python node in Dynamo.

What did you do?

I followed the default procedure to add a default path of my boiler code in DynamoSetting.xml by keeping the actual code in Dynamo 2.10 folder itself.

What did you expect to see?

I wanted to have entire boiler code inside the dynamo so that I had not to write/copy it again and again to start off my work.

What did you see instead?

I'm seeing the default way of python code inside the Dynamo without any libraries except protogeometry.

What packages or external references (if any) were used?

No external packages. Only python script node.

Stack Trace

None


OS: Microsoft Windows NT 10.0.22621.0 CLR: 4.0.30319.42000 Dynamo: 2.10.1.3976

achouhan0 avatar Nov 04 '23 05:11 achouhan0

Hello achouhan0, thank you for submitting this issue! We are super excited that you want to help us make Dynamo all that it can be. However, we need some more information in order for the Dynamo team to investigate any further.

Can you please fill in the following to the best of your ability:

  • Dynamo version
  • Operating system.

Additional information:

  • Filling in of the provided Template (What did you do, What did you expect to see, What did you see instead, What packages or external references (if any) were used)
  • Attaching the Stack Trace (Error message that shows up when Dynamo crashes - You can copy and paste this into the Github Issue)
  • Upload a .DYN file that showcases the issue in action and any additional needed files, such as Revit (Note: If you cannot share a project, you can recreate this in a quick mock-up file)
  • Upload a Screenshot of the error messages you see (Hover over the offending node and showcase said errors message in the screenshot)
  • Reproducible steps on how to create the error in question.

github-actions[bot] avatar Nov 04 '23 05:11 github-actions[bot]

Dynamo version - 2.6 & 2.10 Operating system - Windows 11

achouhan0 avatar Nov 04 '23 05:11 achouhan0

@achouhan0 Can you update %APPDATA%\Dynamo\Dynamo Core\2.10\DynamoSettings.xml with your python template file path? e.x.

<PythonTemplateFilePath>C:\..\..\python_template.py</PythonTemplateFilePath>

avidit avatar Dec 04 '23 19:12 avidit