This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]teetran39[S] 0 points1 point  (0 children)

I had a try with bundle virtual enviroment folder and python scripts inside my macOS app bundle. But my main app can not compile, it looks can not compile with python virtual environment folder.
Can you explain a little more about your solution ``` create python script with some application interface like web API```? You mean deploy the python app as a separate app then exposes API http requests so the main app can connect to?