Showing content from http://svn.python.org/projects/python/branches/ctypes-branch/Mac/Tools/pythonw.c below:
/* * This wrapper program executes a python executable hidden inside an * application bundle inside the Python framework. This is needed to run * GUI code: some GUI API's don't work unless the program is inside an * application bundle. */ #include #include static char Python[] = PYTHONWEXECUTABLE; int main(int argc, char **argv) { argv[0] = Python; execv(Python, argv); err(1, "execv: %s", Python); /* NOTREACHED */ }
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4