Re: webcam (usb) access under Ubuntu

2008-04-16 Thread yoz
Berco Beute wrote: > I've been trying to access my webcam using Python, but I failed > miserably. The camera works fine under Ubuntu (using camora and > skype), but I am unable to get WebCamSpy or libfg to access my webcam. > > First I tried webcamspy (http://webcamspy.sourceforge.net/). That > re

Re: os.path.isdir question

2008-03-15 Thread yoz
lampshade wrote: > Hello, > > I'm having some problems with os.path.isdir I think it is something > simple that I'm overlooking. > > #!/usr/bin/python > import os > > my_path = os.path.expanduser("~/pictures/") > print my_path > results = os.listdir(my_path) > for a_result in results: > if

Re: List mutation method gotcha - How well known?

2008-03-13 Thread yoz
Dustan wrote: > On Mar 13, 2:36 am, "Hendrik van Rooyen" <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I am surprised that it took me so long to bloody my nose on this one. >> >> It must be well known - and I would like to find out how well known. >> >> So here is a CLOSED BOOK multiple choice question -