[PyKDE] Re: [PATCH] Bug in siputils.py, causes linux-g++-64 build to have wrong LIBDIR_X11

2006-12-15 Thread Rex Dieter
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

[PyKDE] [PATCH] Bug in siputils.py, causes linux-g++-64 build to have wrong LIBDIR_X11

2006-12-15 Thread Matt Newell
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

Re: [PyKDE] [PyQt] QProcess and reading from input

2006-12-15 Thread Matt Newell
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

[PyKDE] [PyQt] QProcess and reading from input

2006-12-15 Thread Jacek Jablonski
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(

Re: [PyKDE] [PATCH] Add sip api method api_find_module

2006-12-15 Thread Phil Thompson
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

[PyKDE] Re: Re: PyKDE-3.16.0, python-2.5, x86_64

2006-12-15 Thread Rex Dieter
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

[PyKDE] Re: Re: PyKDE-3.16.0, python-2.5, x86_64

2006-12-15 Thread Rex Dieter
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

Re: [PyKDE] Re: PyKDE-3.16.0, python-2.5, x86_64

2006-12-15 Thread Phil Thompson
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

Re: [PyKDE] pasting rectangular selection

2006-12-15 Thread Phil Thompson
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

Re: [PyKDE] Model-View application: view not updated

2006-12-15 Thread Andreas Pakulat
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

[PyKDE] Model-View application: view not updated

2006-12-15 Thread Sibylle Koczian
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

[PyKDE] EXIF tool recommendation?

2006-12-15 Thread Paul Waldo
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