Le dimanche 27 juin 2010 à 18:59 +0200, YUP a écrit : > I did sed -i -e 's:AS_AC_EXPAND:#AS_AC_EXPAND:' configure.ac
By doing this, you disabled the installation of the python module, it can't work with this. That's why you have an import error. Use gnome-autogen.sh instead to regenerate correctly configure/Makefile. The installation process should install something in your python PATH. On Ubuntu, it's in /usr/lib/python2.6/site-packages/, I don't know where it is on Arch or in Fedora, but it should be similar. Regards, Julien Lavergne ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Lxde-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lxde-list
