I did some reading and searching the way I found to fix this is adding a " 2> /dev/null" after drpython.pyw. in the bash terminal. Like this:
~/drpython$ python drpython.pyw 2> /dev/null
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I run drpython.pyw the terminal displays a repeating error message. The message is:
** (python:3663): WARNING **: IPP request failed with status 1280
this repeats about every 6 seconds.
Debian etch gnome2 desktop python 2.4 wxpython 2.6
Sorry, no hunch here.
I must be related to gnome somehow.
If I google for "IPP request failed with status 1280", I get many results.
Also if I look in Google groups.
Sorry for not being able to help. :(
I did some reading and searching the way I found to fix this is adding a " 2> /dev/null" after drpython.pyw. in the bash terminal. Like this:
~/drpython$ python drpython.pyw 2> /dev/null
thanks
Cool, very good.