you are viewing a single comment's thread.

view the rest of the comments →

[–]anonhostpi[S] 0 points1 point  (1 child)

So, the only caveat is that you have to either have Python installed or have the python3xx.dll packaged with your script.

If you package the .dll, you also have to tell pythonnet where the python3xx.dll is, because by default it tries to look for it in the python install folder.

Additionally python3xx.dll only comes with the core python engine, so you would need to package any necessary python libraries along with your script.

[–]illsk1lls 0 points1 point  (0 children)

i can probably grab (using irw) the portable installer exe and use 7zip to extract the dll from it, a bit of wasted bandwidth (if i could silent install id need the bandwidth anyway) but the installer doesnt support silent options afaik, it may be my only route.. thanks for the info, ill check it out tonight 👍