ASP Response.BinaryWrite in Python
Mark Hammond
mhammond at keypoint.com.au
Sun Jun 20 20:22:36 EDT 2004
More information about the Python-list mailing list
Sun Jun 20 20:22:36 EDT 2004
- Previous message (by thread): Success Natively Compiling Python-2.3.4 in Mingw?
- Next message (by thread): ASP Response.BinaryWrite in Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sam Sungshik Kong wrote: > Hello! > > I'm writing ASP in Python. > I want to return an image stream from my ASP code > so that it will look like > <img src="image.asp">. > > The problem is that Response.BinaryWrite only accepts SafeArray of Bytes as > parameter, if I understand it correctly. What problem specifically? > How can I do it? Passing a string *should* work. If not, try passing "buffer(string)" Mark.
- Previous message (by thread): Success Natively Compiling Python-2.3.4 in Mingw?
- Next message (by thread): ASP Response.BinaryWrite in Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list