Re: Trouble Installing TTX/FontTools (asks for .NET Framework Packages)

2005-04-23 Thread Jesper Olsen

weston wrote:
> This problem may be addressed here:
>
> http://sourceforge.net/mailarchive/message.php?msg_id=1702374
>
> Apparently setup.py tries to compile a c file, which of course
doesn't
> work if there's no compiler.

In fact it does not work even if there is a compiler - seems distutils
has been broken in python2.4 (it works in python2.3).

Jesper

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: import error using BOOST in linux

2005-06-07 Thread Jesper Olsen
Have you set LD_LIBRARY_PATH ?

-Jesper

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: running distutils installer without admin on windows

2005-06-08 Thread Jesper Olsen


[EMAIL PROTECTED] wrote:
> Hello all.
>
> We don't have admin privs on our Windows boxes, but I'd like to be able
> to install a package built using distutils. I was able to install
> Python without admin, but when I tried to run the installer for this
> package I'm trying to install, I get a message saying that I need admin
> privs.
>
> Is there a way around this? Why can't it just put things in
> C:\Python23\Lib\site-packages like a good little installer?
>
> Do I need to put a service call in to our admins to do this?
>
> Thanks.

You can use the --home switch to specify a local directory to install
in, e.g.:

% python setup.py install --home=.

-Jesper

-- 
http://mail.python.org/mailman/listinfo/python-list