Re: [pygame] pygame initialization

2018-11-10 Thread René Dudfield
Hi, 1) - "all modules without a get_init() should have one if they have a .init()" https://github.com/pygame/pygame/issues/616 3) yeah, there are tools that catch bugs with apps and log them for you. cheers, On Thu, Nov 8, 2018 at 8:15 PM DR0ID wrote: > Hi there > > 1.) For one of my last pro

Re: [pygame] pygame initialization

2018-11-10 Thread DR0ID
Hi Thanks for adding the issue. ~DR0ID On 10.11.2018 09:42, René Dudfield wrote: Hi, 1) - "all modules without a get_init() should have one if they have a .init()" https://github.com/pygame/pygame/issues/616 3) yeah, there are tools that catch bugs with apps and log them for you. cheers,