I wonder if, in general, 'python setup.py install --prefix=%i'
is the wrong idiom for the case where one wants to install in a
temp location and then copy to the actual runtime location later.
Looking at the output of 'python2.2 setup.py --help install', I see:
--prefix installation prefix
--root install everything relative to this alternate root
directory
I just tried 'python setup.py install --root=%d' and wound up with
files in %d%p, and the messages embedded in those .pyc contain the
string %p, not %d%p (where before with --prefix=%i, they contained
%i).
dan
Andrea Riciputi <[EMAIL PROTECTED]> said:
> I's exactly what I'm looking for! But I've not found any mention in
> Python docs about how I can tell distutils to pass that argument to
> compile_dir(). Any hints?
>
> On 30 Aug 2004, at 20:57, Daniel Macks wrote:
>
>> That's caused by using compileall.compile_dir() with only one
>> argument. See /sw/lib/python2.3/compileall.py for details.
--
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users