Looks cool - but I wasn't able to run it, and I didn't have time to open it up and see. Missing images? :-) $ python netrek.py Netrek Client Pygame Copyright (C) 2007 James Cameron <quozl at us.netrek.org> This program comes with ABSOLUTELY NO WARRANTY; for details see source. This is free software, and you are welcome to redistribute it under certain conditions; see source for details. ALSA lib confmisc.c:769:(parse_card) cannot find card '' ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_concat returned error: No such device ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_refer returned error: No such device ALSA lib conf.c:3982:(snd_config_expand) Evaluate error: No such device ALSA lib pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM default Traceback (most recent call last): File "netrek.py", line 2708, in <module> ph_splash = PhaseSplash(screen) File "netrek.py", line 2158, in __init__ self.background("hubble-helix.jpg") File "netrek.py", line 2074, in background background = ic.get(name) File "netrek.py", line 675, in get self.cache[name] = self.read(name) File "netrek.py", line 670, in read image = pygame.image.load('images/' + name) pygame.error: Couldn't open images/hubble-helix.jpg James Cameron wrote: > A Netrek client, using pygame, usable on any operating system supported > by python and pygame, including Microsoft Windows, MAC OS X, and Linux. > > http://quozl.linux.org.au/netrek-client-pygame/ > > There are many missing features, including messaging. Patches welcome. > > > ------------------------------------------------------------------------ > > _______________________________________________ > netrek-dev mailing list > netrek-dev at us.netrek.org > http://mailman.us.netrek.org/mailman/listinfo/netrek-dev > -- Mark Mielke <mark at mielke.cc> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.us.netrek.org/pipermail/netrek-dev/attachments/20070821/85b77c9c/attachment-0001.htm