VEGASPYTHON: Vegas scripting with Python - Version 0.3 released

Comments

Harold-Linke wrote on 6/17/2019, 12:28 PM

Hi Jan,

 

thanks. If you see any issues with the Extension please tell me.

xjirj22 wrote on 6/20/2019, 5:47 AM

Ok, I am back Harold.

So when trying to change the PythonPath

{
    "PythonPath": "C:\\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\",
    "debugmode": false,
    "debugprecmd": "import wingdbstub;print ('Wing Debug started')",
    "debugpostcmd": "print ('Debug ended')",
    "debugusereload": true
}

C:\\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\ . I am popped by the same alert I sent later: An invalid argument was specified.

What would You suggest?

Thank You

Jan

Harold-Linke wrote on 6/20/2019, 12:02 PM

Hi Jan,

you have need double the "\" so your filename should be:

"C:\\\\Program Files (x86)\\Microsoft Visual Studio\\shared\\Python37_64"

Can you try this?

Harold

xjirj22 wrote on 6/20/2019, 1:59 PM

Hello Harold,

yes, this is working.

Thank You

Jan

Former user wrote on 6/28/2019, 10:55 PM

@Harold-Linke

I found the scene detection feature to be fantastic. It worked perfectly here. Thank you!