Page 1 of 1

Bundling ForexConnect-Python API applications as executables

PostPosted: Wed Oct 30, 2019 3:54 pm
by pobo123
I am currently trying to bundle my Python trading application and all its dependencies into a single package with PyInstaller but I am getting Import Errors for the libForexConnect.so file.

Are ForexConnect-Python API programs only meant to be run as python scripts or can they be packaged as executables please?

Many thanks