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?
Am 11.04.2014 08:20, schrieb dieter:
Eddy Ilg writes:
...
Checkin
Hi,
I am trying to get PyQt5 to work. I already posted on their list but
with no luck and since the question is rather general I am reposting it
here:
I built my own module "Entity.so". Trying to import it yields the
following error:
Python 3.4.0 (default, Apr 8 2014, 22:02:32)
[GCC 4.6.
Hi,
I have a class and I am trying to set the instance varirable 'variables'
(also tried different names). The variable gets initialized by
default-value parameter of the constructor. When I change the variable and
call the constructor again, the default value changes !!! Is this supposed
to happe
Hi,
I would like to suppress .pyc generation or have the .pyc generation in a
speical seperate root (I found something about PYCROOT). Has this been
implemented yet? Is there an environment variable or a command line switch
that suppresses .pyc generation?
Eddy
--
http://mail.python.org/mailman
I'm having problems with a python cgi script. The script just won't read
any POST data. Forms with GET data work fine.
Here's the script:
#!/usr/bin/python
import sys
import os
import cgi
import cgitb; cgitb.enable()
import path
import site_html
import session
session.start()
form=cgi.FieldSt