Never mind, I found these:

https://github.com/niXman/mingw-builds/tree/master/patches/Python-3.3.0

I'll see if I can get these sorted out and stir the Python devs :)

Ruben


2013/3/14 Ruben Van Boxem <vanboxem.ru...@gmail.com>

> 2013/3/13 Ray Donnelly <mingw.andr...@gmail.com>
>
>> You could use my Python if you want:
>>
>> https://mingw-and-ndk.googlecode.com/files/python-2.7.3-win64.7z
>> https://mingw-and-ndk.googlecode.com/files/python-2.7.3-win32.7z
>>
>> They were compiled using MinGW-w64 compilers. The mingwbuilds project
>> also includes Python binaries built from the same patches.
>>
>
> Have you considered pushing these upstream to the Python devs? Reading the
> "build python with mingw" bug report (http://bugs.python.org/issue3871) I
> see the devs willing to accept the changes, if split up properly.
>
> Now that I have switched to Python for my scientific stuff, it may be
> interesting to be able to compile Python myself. Could you give me a link
> to the patches used to build Python? Are there Python 3.x patches as well?
>
> Thanks,
>
> Ruben
>
>
>>
>> On Wed, Mar 13, 2013 at 12:15 PM, Theuns Heydenrych
>> <theunsheydenr...@gmail.com> wrote:
>> > I feel that i am very near the point that it will work, but don't know
>> what
>> > else to do.
>> >
>> > Any other suggestions?
>> >
>> >
>> > On Wed, Mar 13, 2013 at 9:52 AM, Václav Šmilauer <e...@doxos.eu> wrote:
>> >>
>> >> On 13/03/13 07:17, Theuns Heydenrych wrote:
>> >> > Hi, I know this is not a Python mailing list, but i am desperate.
>> >> > Someone in StackOverflow
>> >> > I am compiling Sip and PyQt from source using Mingw64 and Python
>> 2.7.3
>> >> > 64bit.
>> >> > Python binaries is installed via downloaded installer, and is build
>> >> > with MSVC.
>> >> > I went through the exercise of making a libpython27.a file.
>> >> >
>> >> > Sip build successfully and work when used in a python console when
>> >> > using the following script
>> >> > >>> from sip import *
>> >> >
>> >> > and PyQt build successfully , but fails with a Python stop working
>> >> > Windows7 dialog , when the following script is used in the python
>> >> > console.
>> >> > >>> from PyQt4.Qt import *
>> >> >
>> >> > How do i debug this?
>> >> > Is it because Python is build with MSVC?
>> >> >
>> >> > Is it ok, to build things like Sip and PyQt with Mingw and gcc and it
>> >> > link against a MSVC Python27.dll?
>> >> Hi,
>> >>
>> >> this is a recurrent topic unfortunately. You can built extensions to
>> >> MSVC-compiled python with mingw, but the problem is the MSVC runtime
>> you
>> >> link to - msvcrt or msvcr90 etc. See my post
>> >> http://article.gmane.org/gmane.comp.gnu.mingw.w64.general/6306 (and
>> the
>> >> rest of that thread) for solution: change the MSVC dll disutils link
>> to.
>> >> I did build sip and pyqt4 (among others) successfully, it works
>> >> flawlessly. (Building SIP was tricky with msys shell a bit.) You might
>> >> want to check
>> >> http://permalink.gmane.org/gmane.comp.gnu.mingw.w64.general/6511 -
>> there
>> >> are build scripts and patches in the attachment which I used.
>> >> http://bugs.python.org/issue16472 is upstream bug for this.
>> >>
>> >> HTH, Vaclav
>> >>
>> >>
>> >>
>> >>
>> ------------------------------------------------------------------------------
>> >> Everyone hates slow websites. So do we.
>> >> Make your web apps faster with AppDynamics
>> >> Download AppDynamics Lite for free today:
>> >> http://p.sf.net/sfu/appdyn_d2d_mar
>> >> _______________________________________________
>> >> Mingw-w64-public mailing list
>> >> Mingw-w64-public@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>> >
>> >
>> >
>> >
>> ------------------------------------------------------------------------------
>> > Everyone hates slow websites. So do we.
>> > Make your web apps faster with AppDynamics
>> > Download AppDynamics Lite for free today:
>> > http://p.sf.net/sfu/appdyn_d2d_mar
>> > _______________________________________________
>> > Mingw-w64-public mailing list
>> > Mingw-w64-public@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics
>> Download AppDynamics Lite for free today:
>> http://p.sf.net/sfu/appdyn_d2d_mar
>> _______________________________________________
>> Mingw-w64-public mailing list
>> Mingw-w64-public@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>>
>
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to