8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1ef52 commit c98bec6Copy full SHA for c98bec6
src/jni/application/python/start.c
@@ -86,6 +86,8 @@ int main(int argc, char **argv) {
86
" for l in lines[:-1]:\n" \
87
" androidembed.log(l)\n" \
88
" self.buffer = lines[-1]\n" \
89
+ " def flush(self):\n" \
90
+ " return\n" \
91
"sys.stdout = sys.stderr = LogFile()\n" \
92
"import site; print site.getsitepackages()\n"\
93
"print 'Android path', sys.path\n" \
0 commit comments