Problems using Grail.

Joonas Paalasmaa joonas at olen.to
Wed Feb 21 17:03:31 EST 2001


When I tried to start Grail by typing "python grail-0.6\grail.py"
Python gave the following error message.
Python version is 1.6 and platform is Windows95.
What could be the problem?

- Joonas

Traceback (innermost last):
  File "C:\Python16\grail-0.6\grail.py", line 499, in ?
    main()
  File "C:\Python16\grail-0.6\grail.py", line 108, in main
    app = Application(prefs=prefs, display=display)
  File "C:\Python16\grail-0.6\grail.py", line 248, in __init__
    self.stylesheet = Stylesheet.Stylesheet(self.prefs)
  File "C:\Python16\grail-0.6\Stylesheet.py", line 21, in __init__
    self.load()
  File "C:\Python16\grail-0.6\Stylesheet.py", line 45, in load
    massaged.append((g, c), v % fparms_dict)
TypeError: append requires exactly 1 argument; 2 given



More information about the Python-list mailing list