Re: newbe question about removing items from one file to another file

2006-08-27 Thread PetDragon
Sounds like you need to use html parser, check it out in the documentation <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > def simplecsdtoorc(filename): >file = open(filename,"r") >alllines = file.read_until("") >pattern1 = re.compile("orcfilename = filename[-

Re: Firewire comms using Python?

2006-08-28 Thread PetDragon
yeah man no joy there "Simon Forman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Fraggle69 wrote: >> Hi, >> Does anyone have any idea of how I can use Python to get images from my >> firewire camera?? >> I am using python under winXP pro >> >> Cheers >> Fraggle > > Have you