guiguig
guiguig
CC#
Created by guiguig on 6/8/2023 in #help
❔ Process.Start() on Python script on Ubuntu won't start
Well, I thought it worked fine. But turns out it won't let my python script write to a file. I tried logging it's output and it seems to just skip over any part where the file is opened and written to. I tried flushing but it seems to just do nothing.
11 replies
CC#
Created by guiguig on 6/8/2023 in #help
❔ Process.Start() on Python script on Ubuntu won't start
That worked, thanks!
11 replies
CC#
Created by guiguig on 6/8/2023 in #help
❔ Process.Start() on Python script on Ubuntu won't start
Process.Start(@"/usr/bin/gnome-terminal", "-e \"/bin/python3 /media/guiguig/usb-drive/family-guy-ai-pre-main/make_script.py\"");
Process.Start(@"/usr/bin/gnome-terminal", "-e \"/bin/python3 /media/guiguig/usb-drive/family-guy-ai-pre-main/make_script.py\"");
11 replies
CC#
Created by guiguig on 6/8/2023 in #help
❔ Process.Start() on Python script on Ubuntu won't start
I managed to get a terminal to open, then open python from there, but now it doesn't detect any modules for some reason?
11 replies