>From previous mail, in printconf code: > 95 printdb = foomatic.foomatic.get_printer_db()
foomatic.foomatic.get_printer_db() is declared in foomatic.py as:
247 def get_printer_db():
248 handler = FoomaticOverviewHandler()
249 try:
250 parse_foomatic('foomatic-configure -q -O 2>/dev/null', handler)
251 except:
252 return None
253 return handler
Parsing command doesn't throw an exception, and running that command by hand
doesn't have any problem.
So I think the issue is with FoomaticOverviewHandler() at line 248.
This is defined in the same file at line 86-152, but I can't find any relevant
bug there.
The fact that the error is about glibc let me thinking that the real bug
should be searched in some compiled module related to this class.
Cheers, Luca
--
.''`. ** Debian GNU/Linux ** | Luca Bruno
: :' : The Universal O.S. | luca.br(AT)uno.it
`. `'` | GPG Key ID: 3BFB9FB3
`- http://www.debian.org | Proud Debian GNU/Linux User
pgpC6i3IbyInh.pgp
Description: PGP signature

