From: Ken M. <mc...@ii...> - 2005-10-20 17:12:53
|
On Oct 20, 2005, at 11:57 AM, Ryan Krauss wrote: > So, turning off the accelerator with wxPygtk2.6 did not solve this > problem Hmmm... googling around suggests that this error has something to do with talking to CUPS. If I had to guess, I'd say that wxWidgets is trying to talk to CUPS at startup to initialize the printing subsystem. Could you please email me the output from the following command? It's probably going to be too big and verbose to be worth posting to the list, so send it to me directly. $ strace python -c 'import pylab; pylab.figure(1)' > strace.txt 2>&1 Ken |