iwinux <[EMAIL PROTECTED]> writes:
> To build python with mingw, there is a common way.
> First you should install msys, which can be downloaded from mingw's website.
> Run msys and type 'cd /path/to/source'.
> Then type "./configure & make & make install".
> And you will get a python built with m
Steve Holden wrote:
> You are wrong about the compatibility. You can't compile a library with
> VC 2005 and run it with a Python compiled with VC 2003.
OK, my bad - sorry about that red herring.
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] 写道:
> Hi all,
>
>
> I was trying to build pymol with mingw on my windows box, but during the
> compilation it said that my python.exe was built with VS2003, and in
> order to build compatible binary executable file, I have to build pymol
> with VS2003. I don't have VS2003, so I
Ninereeds wrote:
> [EMAIL PROTECTED] wrote:
>
>> I don't have VS2003, so I think I may compile both pymol
>> and python with mingw.
>
> Sorry I can't help with mingw, but Microsoft has released a free
> version of VC2005, which should be binary compatible with VC2003, I'd
> have thought. Of cours
[EMAIL PROTECTED] wrote:
> I don't have VS2003, so I think I may compile both pymol
> and python with mingw.
Sorry I can't help with mingw, but Microsoft has released a free
version of VC2005, which should be binary compatible with VC2003, I'd
have thought. Of course that means going through the