Re: Needing python experts to help with a problem

2008-06-06 Thread Julien
Hi, If you need Python expert advice, the place to go is the Python group: http://groups.google.com/group/comp.lang.python Best, Julien On Jun 7, 11:31 am, Greg <[EMAIL PROTECTED]> wrote: > Hello, > I have the following list: > > [{'count': u'2', 'manu': }, {'count': u'4', > 'manu': }, {'count

Needing python experts to help with a problem

2008-06-06 Thread Greg
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':