On Sun, Jan 25, 2009 at 5:41 AM, Frédérik <[email protected]> wrote: > Thank you for the answer, the librarie for suse is python-gtk-devel. > There is a last error : > must supply either home or prefix/exec-prefix -- not both > What is the problem ?
./do-build, after some preparation, does: python setup.py install --home=./install To just create a test install of xpra in ./install. Maybe you have a setup.cfg somewhere that is specifying a --prefix or --exec-prefix option to setup.py? Anyway, you don't have to use ./do-build; as long as you've run ./do-build once, you can just use setup.py directly like for any other python package, and install xpra with python setup.py install <whatever options you like> :-) Does that help? -- Nathaniel _______________________________________________ Parti-discuss mailing list [email protected] http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
