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?

Regards
Theuns Heydenrych
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to