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.

Reply via email to