Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #70187 > unrolled thread

Re: so module loading fails

Started bydieter <dieter@handshake.de>
First post2014-04-13 08:07 +0200
Last post2014-04-13 08:07 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: so module loading fails dieter <dieter@handshake.de> - 2014-04-13 08:07 +0200

#70187 — Re: so module loading fails

Fromdieter <dieter@handshake.de>
Date2014-04-13 08:07 +0200
SubjectRe: so module loading fails
Message-ID<mailman.9228.1397369272.18130.python-list@python.org>
Eddy Ilg <me@eddy-ilg.net> writes:

> I found out it was an issue with SIP - the version tag seemed to be wrong.
>
> Now another symbol is missing:
> _ZN10QArrayData11shared_nullE
>
> I can't find this symbol exported anywhere. Anyone knows where it is
> defined?

It looks like a "C++" symbol. Python must be specially build in order
that the standard "C++" libraries are included.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web