[Parti-discuss] Install to suse
Nathaniel Smith
njs at pobox.com
Sun Jan 25 16:13:48 PST 2009
On Sun, Jan 25, 2009 at 5:41 AM, Frédérik <frederik.baville at free.fr> 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
More information about the Parti-discuss
mailing list