M. ArunKumar wrote:
Dear all, I have been working on building a customised OS from FC5 which will be just a single CD. I have complted all my work and I could also install the OS using text mode installer. But the problem is with the GUI installer. During installation time I got many errors but atlast I'm now stuck up with only one error which is as follows: ERROR :: Exception starting GUI installer : No module named cairo There are no logs in the tmp/X.log and I could also see the 'X' mark for the starting of the GUI installer but then it switches to GUI mode automatically and in the next virtual console (CTRL + ALT + F3) I get the error mentioned above. What should I do now ??? Please guide me...
Anaconda requires a lot of things on the running system. PyGTK is needed, which requires pycairo (the module you mention above).
The scripts/upd-instroot script in the anaconda source notes the packages we collect to build the stage2 install image.
-- David Cantrell Red Hat / Westford, MA