Actually their program uses "Python.h", which means it doesn't require any DLL 
dependencies. With our bootloaders we load the functions from the DLL because 
it means the same bootloader works for multiple versions of python.

Legorooj

-------- Original Message --------
On Jul 23, 2020, 23:35, bwoodsend wrote:

> Ahh your embedding Python into C++. I’ve never done that so I probably can’t 
> help much. I imagine your C++ program needs to be able to find python3.dll 
> and all its dependents so it needs to be in either your PATH or your current 
> working directory. And it will also need PythonApplication1.py to be 
> separated from the PyInstaller exe.
>
> If you PyInstaller PythonApplication1.py, compile your C++ code, then copy 
> PythonApplication1.py and cppFile.exe into dist/PythonApplication1/. Then 
> launch `cppFile.exe`. Don’t try to use --onefile with PyInstaller yet - I can 
> show you how to turn it into a single file after we’ve got it working as a 
> bundle first.
>
> ​
>
> --
> You received this message because you are subscribed to the Google Groups 
> "PyInstaller" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To view this discussion on the web visit 
> [https://groups.google.com/d/msgid/pyinstaller/ace71e6b-cb01-4691-8b01-2eb3e6356a4fn%40googlegroups.com](https://groups.google.com/d/msgid/pyinstaller/ace71e6b-cb01-4691-8b01-2eb3e6356a4fn%40googlegroups.com?utm_medium=email&utm_source=footer).

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/I0JeaqvFjivJsaXYBPvUQpve35G0edYn6u_njTRjFlm8iXwrYA1YGIvjFVw3st6yoIHeVY6PZ9BYUxQrC_a5WALp8hQVMZ2eqpUALhT79Kw%3D%40protonmail.com.

Reply via email to