<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div>Hi All,</div><div><br></div><div>This might be a really dumb question, but I was wondering how can I create an installer for a C# wpf app, that uses pythonnet's Python.Runtime.dll? </div><div><br></div><div>Currently, I've created a python module, imported the module in "using (Py.GIL())", and called some functions I've written. What methods are there to allow a user who does not have Python installed to be able to install and use my app (with or without having to install python)? I'm not sure if this is relevant, but I'm only importing from modules I've written or __builtin__ in the module used in my C# app.</div><div><br></div><div>Additionally, is the <span style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;">Python.Runtime.dll that I build on my machine compatible with my users'?</span></div><div><span style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;"><br></span></div><div><span style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;">Best regards,</span></div><div><span style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;">Andrew</span></div></div></body></html>