0

I have some Python scripts done with some packages and I want to execute these scripts in a Xamarin Android app. However, I ran into a few problems:

  • I'm using Python 3.8, so I can't use IronPython to embed the scripts in .NET;
  • Process class requires Python to be installed, which is probably not going to be the case in my phone;
  • I tried using pythonnet but I just can't make it work. I manage to import Python.Runtime and it even recognizes the syntax, but it crashes when it tries to read the Py.GIL() method.

Is there a workaround?

csantos
  • 47
  • 4

0 Answers0