Matt Newell wrote:
> This bug related to the qmake_build_file_reader is causing the last portion
> of
> qmake.conf after the last include(...) to not be read, so the LIBDIR_X11
> never gets set to /usr/X11R6/lib64, and breaks builds for linux-g++-64.
Thanks, this one has been biting me for some
This bug related to the qmake_build_file_reader is causing the last portion of
qmake.conf after the last include(...) to not be read, so the LIBDIR_X11
never gets set to /usr/X11R6/lib64, and breaks builds for linux-g++-64.
Index: siputils.py
On Friday 15 December 2006 13:57, Jacek Jablonski wrote:
> I have some program in C++ that emits the data to stdout. And I have
> some script in Python. I want this script to read the data everytime
> it is available and then move the progress bar. But whole content is
> read when QProcess ends. He
Hi!
I have some program in C++ that emits the data to stdout. And I have
some script in Python. I want this script to read the data everytime
it is available and then move the progress bar. But whole content is
read when QProcess ends. Here is code:
*
from PyQt4 import QtCore, QtGui
class GG(
On Wednesday 13 December 2006 7:59 pm, Matt Newell wrote:
> Lately I've been writing some code to call python functions and pass
> objects that are wrapped using sip. This is relatively easy when linking
> directly to a sip module and using it's generated api methods, however it
> is currently imp
Phil Thompson wrote:
> In SIP v4.5.2 I added SIP_SSIZE_T to the SIP API to handle this
> automatically. (It was previously called _SIP_SSIZE_T and internal to
> SIP.)
Ignore my previous post, upon checking my facts, turns out PyKDE-3.16.0 does
indeed build happily with sip-4.5.2.
Thanks!
-- Re
Phil Thompson wrote:
> On Thursday 14 December 2006 6:49 pm, Jim Bublitz wrote:
>> On Thursday 14 December 2006 05:32, Rex Dieter wrote:
>> > Rex Dieter wrote:
>> > > I'm having trouble getting PyKDE_3.16.0 to build against python-2.5
>> > > on
>> > > x86_64 arch. Before I dig any deeper, has any
On Thursday 14 December 2006 6:49 pm, Jim Bublitz wrote:
> On Thursday 14 December 2006 05:32, Rex Dieter wrote:
> > Rex Dieter wrote:
> > > I'm having trouble getting PyKDE_3.16.0 to build against python-2.5 on
> > > x86_64 arch. Before I dig any deeper, has anyone else had any
> > > success/fail
On Wednesday 13 December 2006 7:13 pm, jul wrote:
> >> As kate does, eric well knows the rectangular selection feature. This is
> >> very usefull for cutting columns from CSV files. But in eric, pasting
> >> the selected column doesn't work as we hope. It stricly insert the text
> >> at cursor posi
On 15.12.06 16:17:21, Sibylle Koczian wrote:
> The problem is with the cancel button: the changed records are only
> changed back after the window lost focus - the view isn't updated
> directly after clicking the button. It _is_ updated after changing the
> spin box value - but only if it's a real
Hello,
I'm slowly progressing with my small database application, which means
that I've got a new question.
In its present state the application contains a QTableView with a model
subclassed from QAbstractTableModel. I used the sqlcursorview.py example
from the EuroPython 2006 examples and extend
Hi all,
I am writing a PyKde application that needs to know about EXIF data in
image files. I am currently using EXIF.py
(http://home.cfl.rr.com/genecash/digital_camera/digital_camera.html)
which has not been maintained in almost 3 years and does not meet my needs.
I want to use a more up-to-dat
12 matches
Mail list logo