At 10:26 6-5-97 -0400, you wrote: > >[davem@roach web_qcam]$ python >Python 1.4 (Apr 23 1997) [GCC 2.7.2.1] >Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam >>>> import qcam >>>> x=qcam.qcam(320,200) >>>> l = x.snap() >>>> open('test.jpg','w').write(l) >>>> Does Python permit: open('test.jpg','w').write(qcam.qcam(320,200).snap()) ? Sorry for asking ....