Open GoogleCodeExporter opened 9 years ago
update:
the blank window was caused by the uninterruptable process.
it works now.
Original comment by tcll5850
on 3 Dec 2014 at 5:08
confirmed!
the issue hasn't happened since.
in pyggel/view.py line 146 in init() change:
pygame.init()
to:
pygame.display.init()
pygame.font.init()
Original comment by tcll5850
on 4 Dec 2014 at 1:55
Original issue reported on code.google.com by
tcll5850
on 3 Dec 2014 at 4:31