> To save wasting your time - why don't I try and build the latest version
of
fluidsynth using this and see if that makes the problem go away?
It did make the problem go away ! Thanks for the steering.
___
PyQt mailing listPyQt@riverbankcomputing.c
Hi,
I add this patch to uiparser.py with success for cx-freeze:
--- /usr/lib/python2.5/site-packages/PyQt4/uic/uiparser.py
+++
@@ -5,6 +5,7 @@
from itertools import count
try:
+import xml.etree.ElementTree
from xml.etree.cElementTree import parse, SubElement
except ImportError:
try:
On Wednesday 12 March 2008 17:27:44 Jim Bublitz wrote:
> The PyKDE4-4.0.2-1 release is now available at riverbankcomputing.com.
>
> It should fix various install issues, including correct variable typing in
> some handwritten KIO.MetaData code, correctly obtaining the Qt include path
> from your Py
Copying would be much more intuitive in my opinion. Thanks for your
help, now I know a bit more, about what happens inside.
2008/3/21, Phil Thompson <[EMAIL PROTECTED]>:
> On Friday 21 March 2008, Filip Gruszczyński wrote:
>
> > > This is the same issue that came up the other day in the context of
On Friday 21 March 2008, Chris Jones wrote:
> Hello,
>
> I tried compiling PyQt today on my mac, and I got the following:
>
> ===
> Undefined symbols:
> "QGLContext::deleteTexture(unsigned int)", referenced from:
> _meth_QGLContext_deleteTexture in sipQtOpenGLQGL
Hello,
I tried compiling PyQt today on my mac, and I got the following:
===
Undefined symbols:
"QGLContext::deleteTexture(unsigned int)", referenced from:
_meth_QGLContext_deleteTexture in sipQtOpenGLQGLContext.o
"QGLWidget::bindTexture(QImage const&, unsigned
On Friday 21 March 2008, Filip Gruszczyński wrote:
> > This is the same issue that came up the other day in the context of
> > events. The QString that value is wrapping is a temporary, so you either
> > need to convert it (as you do when calling str()) or copy it (by calling
> > QString()).
>
> Co
> This is the same issue that came up the other day in the context of events.
> The QString that value is wrapping is a temporary, so you either need to
> convert it (as you do when calling str()) or copy it (by calling QString()).
Could you explain it a bit further or send me to a proper
docume
On Friday 21 March 2008, Filip Gruszczyński wrote:
> > It's practically impossible to help if you just post a code fragment. The
> > problem is almost certain to be in the bits of code you haven't posted.
> >
> > Try and come up with a simple but complete script that demonstrates the
> > problem
On 2008-03-20, Jeremiah Summers wrote:
> Hello Guys sorry to bother you again. You've just been a great help in
> the past. Here's my issue. I'm trying to run a df command parse the
> percentage and then output that to a progress bar. Here's my current
> code:
>
> def CHNGRefresh(self):
> per
10 matches
Mail list logo