Hmmm, well, having the import line in a Kate Python script crashes
Kate. But the Python CLI seems not to mind...
On 8 October 2012 22:05, Shaheed Haque wrote:
> Actually, I misspoke, designer is not needed, just saying "from
> PyOkteta4.okteta import *" is enough to repro the issue.
_
Actually, I misspoke, designer is not needed, just saying "from
PyOkteta4.okteta import *" is enough to repro the issue.
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
Hi,
I managed to generate a set of SIP files which compile and link
without errors, but when I try to actually instantiate one of the
objects (actually, it is a a widget from the Okteta library), I end up
crashing in siplib.c like this:
5502in /build/buildd/sip4-4.13.3/siplib/siplib.c
(gdb)
Thanks for the quick response!
BTW, I noticed and fixed one small typo with 4 instances in the released
MetaSIP:
.../api_editor/ProjectProperties.py:idx =
self.featureTags.currectIndex()
.../api_editor/ProjectProperties.py:idx =
self.extFeatureTags.currectIndex()
.../api_editor/Pr
On Sat, 6 Oct 2012 11:00:48 -0700 (PDT), Shaheed Haque
wrote:
> I'm trying to use MetaSIP to generate bindings for Okteta, and by
fiddling
> about a bit , I got to the point where it seems to be parsing things OK.
As
> the next step seemed to involve laying with the parsed entries, I
> temporarily
(I clarified the post a little, please see the link below for the updated
text).
--
View this message in context:
http://python.6.n6.nabble.com/ANN-MetaSIP-v1-0-Released-tp4715818p4991288.html
Sent from the PyQt mailing list archive at Nabble.com.
___
I'm trying to use MetaSIP to generate bindings for Okteta, and by fiddling
about a bit , I got to the point where it seems to be parsing things OK. As
the next step seemed to involve laying with the parsed entries, I
temporarily marked everything as "checked", but I think I am now missing
what I ne
MetaSIP v1.0 has been released. At the moment this is only available from
the Mercurial repository at...
http://www.riverbankcomputing.com/hg/metasip/
MetaSIP is the tool that is used to create and update PyQt and other SIP
generated bindings. It is provided without any support or documentation.