[ANN] screensaver

Chris Gonnerman chris.gonnerman at newcenturycomputers.net
Wed Oct 2 01:06:34 EDT 2002


----- Original Message -----
From: "Anton Vredegoor" <anton at vredegoor.doge.nl>


> Hello all,
>
> it's not really a screensaver, since it doesn't start up
> automatically. But it sure is something completely different
> compared to sourcecode windows.
>
> http://home.hccnet.nl/a.vredegoor/screensaver/
>
> Anton.

Tried it (Win98, Python 2.1), didn't work:

screensaver.py:32: SyntaxWarning: local name 'master' in '__init__' shadows
use
of 'master' as global in nested scope 'lambda'
  def __init__(self, master):
Traceback (most recent call last):
  File "screensaver.py", line 103, in ?
    main()
  File "screensaver.py", line 97, in main
    a = App(root)
  File "screensaver.py", line 45, in __init__
    self.n = 2**100
OverflowError: integer exponentiation

:-(

Chris Gonnerman -- chris.gonnerman at newcenturycomputers.net
http://newcenturycomputers.net





More information about the Python-list mailing list