wonderworks-software/PyFlow

How do I create an exe file?

rlfqudxo opened this issue · 6 comments

  1. How do I create an exe file?
  2. Is there a sequential execution method like main?

@rlfqudxo details please. Exe of what? Pyflow itself or pyflow program?

@rlfqudxo details please. Exe of what? Pyflow itself or pyflow program?

Like creating an exe file using PyInstaller
Is there a way to create an executable file?

Both are doable (wrap whole pyflow into exe as well as specific program) but we have no any built-in way of doing this

I already shipped pyflow derived editors as executables in production

I already shipped pyflow derived editors as executables in production

image

project created with pyflow
I want to output to an executable.

could you share the Packing exe processing for me . I met with some errors after run the EXE which generated by pyinstaller .