PE1850 / RHEL3 up2date problem with firmware..

Michael E Brown Michael_E_Brown at dell.com
Thu Jul 26 13:03:15 CDT 2007


On Thu, Jul 26, 2007 at 06:33:32PM +0200, Florent Gilain wrote:
> Hello all,
>  
> Installing...
>    1:system_bios_PE1850     ###########################################
> [100%]
> /usr/lib/python2.2/site-packages/firmwaretools/clifuncs.py:59: Warning:
> 'yield' will become a reserved keyword in the future
> Traceback (most recent call last):
>   File "/usr/bin/update_firmware", line 31, in ?
>     import firmwaretools.clifuncs
>   File "/usr/lib/python2.2/site-packages/firmwaretools/clifuncs.py", line 59
>     yield package
>                 ^
> SyntaxError: invalid syntax
> 
> Any idea of what i missed ?

You didnt miss anything. I am missing a "from __future__ import
generators" from clifuncs.py. I've added that and will release a new
version shortly.

You can add that line to the beginning of the file, just before the
first import line if you want to check to see if it fixes it.
--
Michael



More information about the Linux-PowerEdge mailing list