Re: Needing python experts to help with a problem

2008-06-06 Thread John Nagle
CM wrote: On Jun 7, 12:51 am, gms <[EMAIL PROTECTED]> wrote: Hello, I have the following list: [{'count': u'2', 'manu': }, {'count': u'4', 'manu': }, {'count': u'2', 'manu': }, {'count': u'2', 'manu': }] ... This sounds like a homework assignment. If you're having trouble with this, sending

Re: Needing python experts to help with a problem

2008-06-06 Thread CM
On Jun 7, 12:51 am, gms <[EMAIL PROTECTED]> wrote: > Hello, > I have the following list: > > [{'count': u'2', 'manu': }, {'count': u'4', > 'manu': }, {'count': u'2', 'manu': Manu3>}, {'count': u'2', 'manu': }] > > My current list currently contains four dictionaries. They are: > > {'count': u'2',

Needing python experts to help with a problem

2008-06-06 Thread gms
Hello, I have the following list: [{'count': u'2', 'manu': }, {'count': u'4', 'manu': }, {'count': u'2', 'manu': }, {'count': u'2', 'manu': }] My current list currently contains four dictionaries. They are: {'count': u'2', 'manu': } {'count': u'4', 'manu': } {'count': u'2', 'manu': } {'count':