Hello everyone,
I am attaching 2 sample codes - one that doesn't work and another that
does. There is no apparent reason for the earlier not to work. [The
third script main.py just defines the interface and is imported in both
cases.]
core_notworking.py
To illustrate my problem, I have a lin
OK, I have found an itermediate solution for the Nokia problem, namely
downloaded qt-4.8.0-opensource-mac.dmg instead of Nokia's SDK. This seems
to contain shared libraries as the PyQt-config script does no longer require
the -k flag (for static libraries).
Unfortunately, I now have a new problem
On Sun, 5 Feb 2012 04:10:10 -0800 (PST), melli79
wrote:
> Thanks for the hints. If I understand it correctly I need to either
build
> my
> personal pythonw3 and link it with all the libPyQt*.a or I need to
compile
> libQt myself and obtain a dynamic version.
Correct.
> The reason for the static
Thanks for the hints. If I understand it correctly I need to either build my
personal pythonw3 and link it with all the libPyQt*.a or I need to compile
libQt myself and obtain a dynamic version.
The reason for the static libQt lies with Nokia, their Mac version only
installs the static library (p
On Fri, 3 Feb 2012 21:19:50 +0100, Jürgen E. Fischer
wrote:
> Hi there,
>
> we recently started to support exceptions in the sip bindings of Quantum
> GIS.
> Apparently there is a problem in 4.13.1 that causes sip to crash on 32
bit
> platform.
>
> The problem seems to be that type_header_code i
On Sat, 4 Feb 2012 11:13:12 -0800 (PST), melli79
wrote:
> Hi everyone!
>
> I have downloaded and compiled (after configuration) PyQt4-4.9 with
> SIP-4.13.1 (and static libqt-4.7.2)
...why a static Qt?
> under python-3.2.2 under Mac OSX.6.
> The
> scripts even installed all that was compiled wi