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

Re: [pygame] A new Pygame/sForzando creation



Nathaniel L. Budin wrote:
Hey all! I'm just writing here to announce the availability of a beta version of Ant March, a small arcade-style game in which you shoot ants and spiders. It's written using Pygame and a heavily-modified version of sForzando.
glad to hear sforzando isn't quite dead yet. i'll have to resurrect it from the pygame graveyard someday.

as for anthill, i got an error parsing xml. not sure what's to blame here, but here's some information i could dig up. hopefully this help, sorry if it hurts :]




Python 2.2.2 (#1, Nov 27 2002, 19:10:09)
[GCC 3.2.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import xml
>>> dir(xml)
['__all__', '__builtins__', '__doc__', '__file__', '__name__', '__path__', '__version__', 'version_info']
>>> xml.__version__
'0.7.1'



pete@petebox antmarch $ python antmarch.py
Error loading scores.xml, creating file anew.
Traceback (most recent call last):
File "antmarch.py", line 695, in ?
if __name__ == "__main__": main()
File "antmarch.py", line 641, in main
highscorelist = HighScoreList(SCOREFILE)
File "highscores.py", line 11, in __init__
self.init_new()
File "highscores.py", line 26, in init_new
self._doc = parse(self._scorefile)
File "/usr/lib/python2.2/site-packages/_xmlplus/dom/minidom.py", line 962, in parse
return _doparse(pulldom.parse, args, kwargs)
File "/usr/lib/python2.2/site-packages/_xmlplus/dom/minidom.py", line 954, in _doparse
toktype, rootNode = events.getEvent()
File "/usr/lib/python2.2/site-packages/_xmlplus/dom/pulldom.py", line 265, in getEvent
self.parser.feed(buf)
File "/usr/lib/python2.2/site-packages/_xmlplus/sax/expatreader.py", line 194, in feed
self.reset()
File "/usr/lib/python2.2/site-packages/_xmlplus/sax/expatreader.py", line 232, in reset
self._parser = expat.ParserCreate(None, " ", intern = self._interning)
TypeError: 'intern' is an invalid keyword argument for this function






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