Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Dec 21, 2019. It is now read-only.
This repository was archived by the owner on Dec 21, 2019. It is now read-only.
There was an error while loading. Please reload this page.
i've create second char array
i'm using youtube-dl project
NSString* main_script2 = @" -g https://www.youtube.com/watch?v=B3eAMGXFw1o";
const char *c = [main_script2 cStringUsingEncoding:NSUTF8StringEncoding];
python_argv[1] = _Py_char2wchar(c, NULL);
output:
Unable to open main.py, abort.
Leaving
how can we send an argument to main.py