Hello, I am currently installing Pyv8 and other requirements for me to run a
honeypot. I downloaded pyv8 from source and using v8 (version 5.5) - built it
with depot_tools. I already exported the V8_HOME path. But I still have this
error whenever I run 'python setup.py build' of pyv8. Also, I am
On Monday, June 27, 2016 at 1:36:24 AM UTC+8, MRAB wrote:
> >
> The output you're seeing might be going to stderr, not stdout.
Wow, huhuhu. Thank you. I did not know that. Thanks man!
--
https://mail.python.org/mailman/listinfo/python-list
Hello, I'm currently running another Python program (prog2.py) in my program
via subprocess.
input_args = ['python', '/path/to/prog2.py'] + self.chosen_args
file = open("logfile.txt",'w')
self.process = Popen((input_args), stdout=file)
However, the logs that prog2.py contains still show at the