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

Re: [pygame] Re: PyWeek release of LGT



On 8/23/05, Chris Smith <maximinus@xxxxxxxxx> wrote:
> Since it says that the tutorial file is defunxt, any pointers to some
> documentation for this?

The tutorial package will still work, if you change:

SiGL.display.set_mode(w,h)

to:

SiGL.display.set_mode((w,h)).

There are also some simple examples in the SiGL/doc directory. The
tutorial package is marked as defunct, in that I no longer plan to
update it seperately to the LGT package. It will be deleted
eventually, but in the mean time, it still works with slight
modifications.

Sw.