Can you show us screenshots of your graphs in use, with all node preview bubbles pinned and any warnings or errors noted, so that we can see what’s going on? Make sure your screenshot is legible (use the Export Workspace button in the top right of the window).
Both warnings are pretty straight forward. You have an invalid syntax in Option 1. We’d have to see your python code to see exactly what’s going on. Option 3 says you already have that view on a sheet. You’ll have to remove the view before placing it anywhere else.
i have migrated the python node from Iron Python 2 to Python 3 and now I look at it I don’t believe it is suitable for my purposes. It is set up to place multiple legends / schedules on multiple sheets from a list.
Ahh. Now I see you’re dealing with schedules. I wasn’t paying enough attention.
The schedules you see in the project browser are schedule definitions, while the ones placed on sheets are schedule instances of the schedule definition. Long story short: schedule views don’t get placed the same way other views do. You can check out the discussion below for more information and a python solution or you can use Viewport.Create from Rhythm (which is setup to accept schedules).