Sunday, 10 February 2019

Compile python files + all dependecies + intepreter into one java\.net (dll or exe) file?

I have a couple of python files with some dependencies on third-party libraries, like pyaudio. So is there a way to compile everything including python intepreter itself into one .jar\dll file to use them in java\android or xamarin\ .net core, without actual installing python + doing pip install every time? Also as an option - compile into c\c++?



from Compile python files + all dependecies + intepreter into one java\.net (dll or exe) file?

No comments:

Post a Comment