Closed lmalenfant closed 6 months ago
Would it be feasible to use Nuget programmatically via pythonnet instead?
It works for the CSharp scripts but both Scott Prahl and I tried for the Python scripts and were unsuccessful, see this thread https://github.com/VirtualPhotonics/Vts.Scripting.Python/issues/6
I see, interesting. Would love to have a hands-off way of using nuget, so that there aren't additional/separate packaging strategies across the different use cases. I might have time to look at this over the weekend, if that's of interest.
That would be great! This has been an open issue on the Python scripting repo since it was created. NuGet worked great for CSharp but not Python.
I even tried using both kernels but the way the NuGet packages are organized meant it needed more configuration.
Sorry a little slow, but made some progress over the weekend. Will update soon.
Add a PowerShell script to create zip files with the VTS dlls so they can be utilized in the Python scripting project.
Build a zip file for each platform, Windows, Linux and Mac.
Change the other scripts to accommodate this new script and make sure scripts can run independently.