Script editor save "yak" file lost "libraries" ——Bug!

@Ehsan-Iran-Nejad
There seems to be a bug where “libraries” are lost when packaged as a “yak” package

Here’s a file for the project :backhand_index_pointing_down:

test_py.zip (12.2 KB)

This works fine, but instead of showing the library in the file, rhino will show up in the plugin directory after installing yak

@tom33 You mean the libraries are not in the yak package? They get embedded in the compiled assemblies.

1 Like

Thought it would show up.

The script and library sources get embedded in the generated .rhp files. When you install the plugin, a lib/ folder is created where the .rhp file exist and the library files (source for python and compiled dlls for C#) are cached there.

1 Like

I love this “ide”, it’s awesome thanks to your creation, I’ve used it as one of my main tools

2 Likes