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 mes

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: 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 ha