[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[pygame] solarwolf 0.94 ZeroDivisionError



Ehh... I got the following error at one time when running solarwolf
0.94:

Traceback (most recent call last):
  File "./solarwolf.py", line 68, in ?
    if __name__ == '__main__': main()
  File "./solarwolf.py", line 23, in main
    main.main(sys.argv)
  File "code/main.py", line 24, in main
    gamemain(args)
  File "code/main.py", line 74, in gamemain
    game.clock.tick() #note, tick can cause stars to erase
  File "code/FpsClock.py", line 44, in tick
    self.current_fps = self.frame_count / (time / 1000.0)
ZeroDivisionError: float division

other than that it looks amazingly nice. :)


____________________________________
pygame mailing list
pygame-users@seul.org
http://pygame.seul.org