Re: [PLUG] how to distribute binary

2018-11-22 Thread Tomas K
Unless you feel the need to resolve your issues: - You might need to distribute in appimage or inside a container for docker. Tomas On Thu, 2018-11-22 at 09:18 -0800, VY wrote: > Dear All > > I am facing an issue and want to get some ideas how to move forward. > > I have developed a Python

[PLUG] how to distribute binary

2018-11-22 Thread VY
Dear All I am facing an issue and want to get some ideas how to move forward. I have developed a Python script, and there are some PyQt within as I built a very simple UI. I used Cython to convert it to C and compile it to binary (dynamic linking). It works if and only if the right version of