Suppose I want to have it print my name. If I simply put:
print "Alec Bennett"
and compile with --noconsole, it won't output anything.
If I put:
sys.stdout.write("Alec Bennett")
I also get nothing.
Does anyone know how to accomplish this?
Thanks.
_______________________________________________ PyInstaller mailing list [email protected] http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller
