Re: [Python.NET] Creating an Installer for C# Apps that use Python.Runtime

2018-03-20 Thread Denis Akhiyarov
You can use Wix setup from Beeware Briefcase project: https://github.com/pybee/briefcase/blob/master/docs/background/getting-started.rst And some discussion here: https://github.com/pybee/briefcase/issues/30 On Tue, Mar 20, 2018, 8:40 AM Andrew Yang via PythonDotNet < pythondotnet@python.org> w

[Python.NET] Creating an Installer for C# Apps that use Python.Runtime

2018-03-20 Thread Andrew Yang via PythonDotNet
Hi All, 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?  Currently, I've created a python module, imported the module in "using (Py.GIL())", and called some functions I've written. What methods are