Sublime Forum

'module' object has no attribute 'setsid' on windows

#1

I have a build that works fine on build 3157, but breaks on 3158.

{
    "shell"       : true,
    "cmd"         : [
        "C:/ProgramData/Miniconda3/python.exe", "-u",
        "C:/Users/mbark/Dropbox/script.py", "--test", "--verbose", "-y",
    ],
    "file_regex"  : "^[ ]*File \"(...*?)\", line ([0-9]*)",
    "selector"    : "source.python",
    "word_wrap"   : "false",
    "working_dir" : "$project_path"
}

Running the command in powershell works fine. I’ve switched back to the previous build in the meantime.

0 Likes

#2
0 Likes