Re: Building Binary Packages

2007-10-11 Thread kyosohma
On Oct 10, 11:53 am, "Jim B. Wilson" <[EMAIL PROTECTED]> wrote: > On Wed, 10 Oct 2007 14:35:35 +, kyosohma wrote: > > I am trying to figure out how to build binaries for Python packages and > > I've done it with MinGW. > > Apparently, you still can:http://tinyurl.com/yb4bps I had an acquaintan

Re: Building Binary Packages

2007-10-10 Thread kyosohma
On Oct 10, 11:53 am, "Jim B. Wilson" <[EMAIL PROTECTED]> wrote: > On Wed, 10 Oct 2007 14:35:35 +, kyosohma wrote: > > I am trying to figure out how to build binaries for Python packages and > > I've done it with MinGW. > > Apparently, you still can:http://tinyurl.com/yb4bps That's a wealth of

Re: Building Binary Packages

2007-10-10 Thread Jim B. Wilson
On Wed, 10 Oct 2007 14:35:35 +, kyosohma wrote: > I am trying to figure out how to build binaries for Python packages and > I've done it with MinGW. Apparently, you still can: http://tinyurl.com/yb4bps -- http://mail.python.org/mailman/listinfo/python-list

Building Binary Packages

2007-10-10 Thread kyosohma
I am trying to figure out how to build binaries for Python packages and I've done it with MinGW. However, in my research, I've noticed that some of the programmers out there think that you should use the compiler that is used to compile the official Python distributions, which appears to be Visual