On Thu, 23 Oct 2003, Per Homer wrote:
> > Can somebody help me with the following two bugs in CVS? I am a running a > fresh version of Mandrake 9.1. Python 2.2 is installed. > > (1) line 92 of main.py causes crash: > > Traceback (most recent call last): > File "../src/main.py", line 92, in ? > from xml.utils import qp_xml > ImportError: No module named utils Sounds like you are missing PyXML (or whatever it's called in Mandrake)? > > I can comment out line 92, but then I get the following..... > > (2) 2nd error: > > raceback (most recent call last): > File "../src/main.py", line 95, in ? > import config > File "../src/config.py", line 418, in ? > execfile(os.environ['FREEVO_CONFIG'], globals(), locals()) > File "../freevo_config.py", line 100, in ? > import plugin > File "../src/plugin.py", line 63, in ? > from event import Event > File "../src/event.py", line 450, in ? > from pygame.locals import * > ImportError: No module named pygame.locals > > I don't want games right now. Any suggestions? > You need the pygame (or python-game) package. It's not really used for games in freevo. The pygame package provides generic support for accessing graphics, screen output and other stuff (input processing) for the menu system. T.C. ---- Wan Tat Chee (Lecturer) School of Computer Science, Univ. of Science Malaysia, 11800 USM, Penang, Malaysia. Rm.625 Ofc Ph: +604 653-3888 x 3617 NRG Lab Admin: +604 659-4757 Rm.601-E Ofc Ph: +604 653-4396 Internet: [EMAIL PROTECTED] Web: http://nrg.cs.usm.my/~tcwan GPG Key : http://nrg.cs.usm.my/~tcwan/tcw_gpg-20030322.asc F'print : DCF2 B9B2 FA4D 1208 AD59 14CA 9A8F F54D B2C4 63C7 ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
