Netcfg python error

Fredrik Lundh effbot at telia.com
Thu Feb 24 16:02:10 EST 2000


Tom Elsesser wrote:
> When trying to run netcfg, I get the error message:
>
> Traceback (innermost last):
>  File "/usr/lib/rhs/netcfg/netcfg.py", line 29, in ?
>   from rhentry import *
> EOFError: EOF read where object expected
>
> I am using Mandrake 6.0 , kernel 2.2.9-19mdk
> python 1.5.1-11mdk
> netcfg 2.21-3mdk

the code in the "rhentry" module attempts to load
(or import) a truncated file.

or in other words, this is a problem with the netcfg
application (probably a damaged data file?), and has
nothing whatsoever to do with Python itself.

Better check with the Mandrake or Red Hat folks...

</F>





More information about the Python-list mailing list