On Fri, 2007-08-17 at 23:21 +0200, Krzysztof Sobolewski wrote: > And another one for tpclient-pywx > Another try at fixing the executable symlink: there need to be two > directories - temporary and final location. Usually (in autotools, at least) > the latter is specified by --prefix parameter, which in setup.py is used to > specify temporary location. I changed meaning of --prefix to match that of > autotools and added --temp parameter, which points to temporary directory. > > Is setup.py a standard thing, or is it tp-specific and replicated between > Python packages?... > -KS >
setup.py is the standard way to install python packages. It has not been designed to package applications and has never worked quite well with that (hence the weirdness in tpclient-pywx's setup.py). I'll apply the patches when I get back home. Mithro _______________________________________________ tp-devel mailing list [email protected] http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel
