Re: [Pythonmac-SIG] pyui font troubles

2005-07-12 Thread David Hill
Thanks! Now I'm getting somewhere. The examples now run and draw their initial screens but they don't update. Everything seems to be running OK in the background but the window doesn't update at all after the initial drawing. Oh, and I'm getting strange libpng errors in the console: > libp

Re: [Pythonmac-SIG] pyui font troubles

2005-07-12 Thread Bob Ippolito
On Jul 12, 2005, at 12:22 PM, David Hill wrote: > I'm relatively new to Python and I'm trying to work through some > examples in Sean Riley's "Game Programming with Python" book. > Unfortunately, I'm having some trouble with most of the examples that > use his pyui library. > > It looks like the

[Pythonmac-SIG] pyui font troubles

2005-07-12 Thread David Hill
Hi, I'm relatively new to Python and I'm trying to work through some examples in Sean Riley's "Game Programming with Python" book. Unfortunately, I'm having some trouble with most of the examples that use his pyui library. It looks like the examples fail when trying to create a font object