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[-
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