I found out how to build it with Cygwin
python setup.py build --compiler=mingw32 bdist
I can then unzip the zip file it creates and put it in site-packages.
It looks like I can install a bdist_wininst installer with Python 2.4,
but not 2.3.5
(without admin).
--
http://mail.python.org/mailman/
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:
> I didn't build the installer, someone else did. I did get the source
> and installed cygwin to see if I could recreate it; at least build the
> library, but when I tried to do a build_ext I got a message saying I
> needed to have the .NET SDK insta
I didn't build the installer, someone else did. I did get the source
and installed cygwin to see if I could recreate it; at least build the
library, but when I tried to do a build_ext I got a message saying I
needed to have the .NET SDK installed.
--
http://mail.python.org/mailman/listinfo/python
[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
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.