[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 mes
Have you set LD_LIBRARY_PATH ?
-Jesper
--
http://mail.python.org/mailman/listinfo/python-list
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
ha