Just installed SuSE's wxPython on a machine running with SuSE 10.0. Everything
is running smoothly, except one thing: Whenever I run a script / program
which makes use of wxPython from the shell every few seconds the following
message gets printed:
** (python:8355): WARNING **: IPP request failed with status 1280
(after "python:" a different number gets displayed after every new start of a
program, of course)
Any hints what might cause this error and how to solve this problem? (I'd like
to use stderr for my own errors only, if possible. ;-))
Just installed SuSE's wxPython on a machine running with SuSE 10.0. Everything is running smoothly, except one thing: Whenever I run a script / program which makes use of wxPython from the shell every few seconds the following message gets printed:
** (python:8355): WARNING **: IPP request failed with status 1280
(after "python:" a different number gets displayed after every new start of a program, of course)
Any hints what might cause this error and how to solve this problem? (I'd like to use stderr for my own errors only, if possible. ;-))
TIA
Cheers
Christian
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
Just installed SuSE's wxPython on a machine running with SuSE 10.0. Everything is running smoothly, except one thing: Whenever I run a script / program which makes use of wxPython from the shell every few seconds the following message gets printed:
** (python:8355): WARNING **: IPP request failed with status 1280
(after "python:" a different number gets displayed after every new start of a program, of course)
Any hints what might cause this error and how to solve this problem? (I'd like to use stderr for my own errors only, if possible. ;-))
A bit of googling tells me this:
"""
>
> ** (yelp:31145): WARNING **: IPP request failed with status 1280
This is caused by libgnomeprint polling the CUPS server when there is no
printer attached. You should see this when printing from anything that
uses libgnomeprint.
"""
So take a look at your printer config.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!