Certainly it's possible. I'm not entirely sure what your doing. Normally when we glue C++ to Python we compile the C++ to either dll/so and load via ctypes or to pyd and import directly but you seem to be saying you've compiled your C++ to an exe? In which case I take it your using subprocess in your Python code to load it?
-- 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/a1879d5c-cb7d-40b0-b9dc-001c228cdff5n%40googlegroups.com.
