On Tue, Oct 12, 2021 at 8:52 AM Paulo da Silva <[email protected]> wrote: > > Hi! > > I need to debug a python3 script under root. I tried spyder but it does > not work. > > Running as root without --no-sandbox is not supported. See > https://crbug.com/638180. > > Thanks for any comments including alternative solutions to debug as root. >
Did you try reading the linked bug report? Or running it with --no-sandbox? ChrisA -- https://mail.python.org/mailman/listinfo/python-list
