![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRedirect output
From: abcd <codecraig@gmail.com>
Date: Tue Mar 28 2006 - 20:45:06 CEST
I have a program which is written in C and interfaced with python via
[code]
f = open("tmp.txt", "wb")
print open("tmp.txt", "rb").read()
However, it just prints the data to the screen. I tried redirecting
other than modifying the C code and re-generating the interface via
|