[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Trouble installing PyGame




usually if it compiles fine that means all the C headers are ok, when you get the runtime link error it usually points to a lib vs. header mismatch?
It certainly seemed to compile fine.

in any event, XSetWMProtocols is not used anywhere in the pygame source, so this is an error trickling up from SDL.
At the very least it prevents the pygame module from loading.

can you try any of the simple SDL test programs to see if they fly?
No luck: each program dies with the same error.

========== Dan Richter ============== mailto:Dan@wimba.com ===========
 Marc Ewing had a reputation for being able to fix any computer
 problem at his college. He always wore a red baseball cap on campus,
 and so was known as "the guy in the red hat". Later, when he started
 his own open source company, he wondered what to call it...



SDL makes this call internally when setting up the display window.