guiguig
guiguig
CC#
Created by guiguig on 6/8/2023 in #help
❔ Process.Start() on Python script on Ubuntu won't start
For a Unity project, I need to generate a text document using a Python script and also generate TTS voice lines using another Python script. My problem is when I start the script using Process.Start(), it just doesn't start and skips that part completely. Here's one of the things I tried:
Process.Start("/usr/bin/python3.10", "/media/guiguig/usb-drive/family-guy-ai-pre-main/make_script.py");
Process.Start("/usr/bin/python3.10", "/media/guiguig/usb-drive/family-guy-ai-pre-main/make_script.py");
11 replies