© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
10 replies
guiguig

❔ 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()
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");
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

process start
C#CC# / help
2y ago
start an python script from an c# project
C#CC# / help
3y ago
❔ Process.Start doesn't open directory
C#CC# / help
3y ago
❔ Cannot run python process
C#CC# / help
3y ago