On Fri, 2007-08-31 at 11:16 -0700, Steven W Riggins wrote: > On Aug 31, 2007, at 9:59 AM, Marco Pesenti Gritti wrote: > > > On 8/31/07, Steven W Riggins <[EMAIL PROTECTED]> wrote: > >> Either one gives the same error. hmm. > > > > Is python 2.5 the default in your distro? "python --version" will > > tell you. > > > > Marco > > > > 2.4 was. I can't see how to easily swap them. I made python point > to 2.5, so that passes, but now numpy and vte are missing, so I > suspect there are other env variables, etc point to incorrect install > locations.
So your distro should be packaging vte and numpy. On Fedora, I do: yum install vte-devel numpy I'm 99.9% sure Ubuntu has a vte-dev package. Hopefully it has numpy too, if not you should be able to get it from a debian repo. Dan _______________________________________________ Sugar mailing list [email protected] http://lists.laptop.org/listinfo/sugar

