Re: [PyQt] PyKDE4-4.0.2-1 release available

2008-04-03 Thread Danny Pansters
On Friday 28 March 2008 19:50:04 Jim Bublitz wrote: On Friday 21 March 2008 11:24, Danny Pansters wrote: I've been trying to get this to build on FreeBSD, but the build fails with both gcc34 and gcc42: Sorry for the slow response - my email to Phil got delayed by a screwup in my mail

Re: [PyQt] PyKDE4-4.0.2-1 release available

2008-04-03 Thread Danny Pansters
On Friday 28 March 2008 19:50:04 Jim Bublitz wrote: On Friday 21 March 2008 11:24, Danny Pansters wrote: I've been trying to get this to build on FreeBSD, but the build fails with both gcc34 and gcc42: Sorry for the slow response - my email to Phil got delayed by a screwup in my mail

Re: [PyQt] PyKDE4-4.0.2-1 release available

2008-03-21 Thread Danny Pansters
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 PyQt4

Re: [PyQt] problem with designer plugin on windows

2008-02-13 Thread Danny Pansters
On Wednesday 13 February 2008 13:06:05 Danny Chan wrote: Hi! I have a problem with the designer plugin on windows. I have installed both Qt and PyQt from source. The designerplugin.dll ends up in the correct location in the designer plugins directory inside my Qt directory. However, if I

Re: [PyQt] Re: PyQT4 always 'Segmentation fault' ,help me please

2007-05-03 Thread Danny Pansters
On Wednesday 02 May 2007 07:55:52 haiyun jiang wrote: 2007/5/1, haiyun jiang [EMAIL PROTECTED]: Hi, I am having some serious problems with *PyQT4*, when i run pyqt script, I always get 'Segmentation *fault*'. snip Segmentation *fault* (core dumped) snip My system is FreeBSD 6.2

Re: [PyQt] ImportError: No module named QtOpenGL

2007-05-03 Thread Danny Pansters
On Tuesday 01 May 2007 09:23:53 Phil Thompson wrote: On Monday 30 April 2007 10:29 pm, Danny Pansters wrote: On Monday 30 April 2007 14:50:29 Giovanni Bajo wrote: On 30/04/2007 9.11, Mark Summerfield wrote: But I agree with the general point that using import * is reasonable when you

[PyQt] PyKDE dcopext string marshalling; no unicode chars in a QString?

2007-04-30 Thread Danny Pansters
Hi, It seems I can't retrieve a QString object containing non-ASCII characters. I have a TV application (on FreeBSD) and it exports most of its functions via dcop. I now added functionality to retrieve (raw YUV) framedata over dcop, the idea being to eventually write a minimal dcopclient in

Re: [PyQt] PyKDE dcopext string marshalling; no unicode chars in a QString?

2007-04-30 Thread Danny Pansters
On Monday 30 April 2007 16:46:59 you wrote: It seems I can't retrieve a QString object containing non-ASCII characters. You can if you use unicode() instead of str(). Yes that's obvious, but it may break other people's apps when using such a patched dcopext module. I create and maintain

Re: [PyQt] PyKDE dcopext string marshalling; no unicode chars in a QString?

2007-04-30 Thread Danny Pansters
On Monday 30 April 2007 21:35:57 Hans-Peter Jansen wrote: Am Montag, 30. April 2007 16:22 schrieb Danny Pansters: The code that does the video capturing is written in C and used in the rest of the app as a python module (using SWIG to expose a dozen simple control functions). You may want

Re: *** GMX Spamverdacht *** Re: [PyQt] ImportError: No module named QtOpenGL

2007-04-30 Thread Danny Pansters
On Monday 30 April 2007 14:50:29 Giovanni Bajo wrote: On 30/04/2007 9.11, Mark Summerfield wrote: But I agree with the general point that using import * is reasonable when you have a large library like PyQt4---providing that library has sensible export behaviour. For example, I _assume_

Re: [PyQt] New Releases of PyQt4, PyQt3, SIP

2007-04-04 Thread Danny Pansters
On Tuesday 03 April 2007 13:23:54 Phil Thompson wrote: I plan to make new releases of PyQt4, PyQt3 and SIP (probably) over the weekend. Let me know if there is something that isn't fixed in current snapshots but should be. Most of the html documentation went AWOL somewhere between end of

Re: [PyQt] New Releases of PyQt4, PyQt3, SIP

2007-04-04 Thread Danny Pansters
On Tuesday 03 April 2007 13:23:54 Phil Thompson wrote: I plan to make new releases of PyQt4, PyQt3 and SIP (probably) over the weekend. Let me know if there is something that isn't fixed in current snapshots but should be. That should be: Most of the PyQt4 html documentation went AWOL

[PyKDE] Latest PyQt4 snapshot build failure

2007-02-26 Thread Danny Pansters
[ line breaks inserted for readability ] c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -pipe -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/include -I/usr/local/include/python2.4 -I/usr/local/mkspecs/freebsd-g++ -I/usr/local/include/QtGui -I/usr/local/include/QtCore

Re: [PyKDE] Latest PyQt4 snapshot build failure

2007-02-26 Thread Danny Pansters
On Monday 26 February 2007 15:27, Arve Knudsen wrote: Did you try the latest SIP snapshot? Yup that was the problem, my sip was a day older... Sorry for the noise. Dan ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de

Re: [PyKDE] PyQt4 snapshot fails to build (pluginloader.cpp) on FreeBSD since 2-3 days

2007-02-17 Thread Danny Pansters
On Saturday 17 February 2007 01:35, Phil Thompson wrote: On Saturday 17 February 2007 12:10 am, Danny Pansters wrote: On Saturday 17 February 2007 00:18, Phil Thompson wrote: On Friday 16 February 2007 10:54 pm, Danny Pansters wrote: A little bit better: If I use pyldlib_dir

Re: [PyKDE] PyQt4 snapshot fails to build (pluginloader.cpp) on FreeBSD since 2-3 days

2007-02-17 Thread Danny Pansters
On Saturday 17 February 2007 21:38, you wrote: On Saturday 17 February 2007 4:07 pm, Danny Pansters wrote: On Saturday 17 February 2007 01:35, Phil Thompson wrote: On Saturday 17 February 2007 12:10 am, Danny Pansters wrote: On Saturday 17 February 2007 00:18, Phil Thompson wrote

Re: [PyKDE] PyQt4 snapshot fails to build (pluginloader.cpp) on FreeBSD since 2-3 days

2007-02-16 Thread Danny Pansters
. Any ideas? Cheers, Dan On Thursday 15 February 2007 23:32, Danny Pansters wrote: Hi, I get what seems to be a similar problem as what Patrick is seeing on his Mac, on FreeBSD. We recently had the Qt4 ports comitted and I've been working on the FreeBSD ports for PyQt4, sip (update

Re: [PyKDE] PyQt4 snapshot fails to build (pluginloader.cpp) on FreeBSD since 2-3 days

2007-02-16 Thread Danny Pansters
On Saturday 17 February 2007 00:18, Phil Thompson wrote: On Friday 16 February 2007 10:54 pm, Danny Pansters wrote: A little bit better: If I use pyldlib_dir = ducfg[LIBPL] it seems to get the correct path (/usr/local/lib/python2.4/config/python2.4.a). Try with tonight's snapshot which

[PyKDE] PyQt4 snapshot fails to build (pluginloader.cpp) on FreeBSD since 2-3 days

2007-02-15 Thread Danny Pansters
Hi, I get what seems to be a similar problem as what Patrick is seeing on his Mac, on FreeBSD. We recently had the Qt4 ports comitted and I've been working on the FreeBSD ports for PyQt4, sip (update), Qscintilla2 and have been following the snapshots daily, running full builds of the packages

[PyKDE] QImage usage (PyQt3)

2006-04-30 Thread Danny Pansters
I'm mucking around trying to get a QImage from capture hardware (USB camera). I'm using a simple pygame based overlay for displaying (read() a YUV frame then display it on an overlay). I have the raw YUV data, split out in a tuple as I'm already using them for displaying each frame (four Y

Re: [PyKDE] PyKDE Snapshot

2006-04-23 Thread Danny Pansters
On Sunday 23 April 2006 06:34, Jim Bublitz wrote: I've sent Phil the new PyKDE snapshot (PyKDE-snapshot20060422.tar.gz) and it should be available soon at riverbankcomputing.co.uk, allowing for timezone differences and Phil's schedule. This snapshot *requires* sip 4.1.1 and probably will not

Re: [PyKDE] PyKDE Snapshot

2006-04-23 Thread Danny Pansters
On Sunday 23 April 2006 06:34, Jim Bublitz wrote: I've sent Phil the new PyKDE snapshot (PyKDE-snapshot20060422.tar.gz) and it should be available soon at riverbankcomputing.co.uk, allowing for timezone differences and Phil's schedule. This snapshot *requires* sip 4.1.1 and probably will not

[PyKDE] PyKDE building and the -j flag (again)

2006-04-14 Thread Danny Pansters
Hi, I'm maintaining the FreeBSD ports for sip/pyqt/pykde. I'm once again having problems with the -j flag, but this time not across archs but for i386. On my box it works fine, on the FreeBSD build cluster it doesn't. For clarity: I'm dependent on the package build runs on the cluster to get

Re: [PyKDE] PyKDE building and the -j flag (again)

2006-04-14 Thread Danny Pansters
On Friday 14 April 2006 23:54, Torsten Marek wrote: snip just as a quick guess, are the versions of sip the same? Yes, they're both at my latest port's version. As far as system resources are concerned, g++ 4.0 (the C++ compiler I 3.4.4 on FBSD6, might be 3.3 on 5. assume you are using)

Re: [PyKDE] Ghosting out dialog sections

2006-03-20 Thread Danny Pansters
On Monday 20 March 2006 20:36, Maxwell Bottiger wrote: Hi, I'm fairly new to designing with Qt (esp w. python) and I was wondering what the easiest way was to ghost out sections of my dialog. I have a pair of raido buttons which determine which network protocol to use and I want to make the

Re: [PyKDE] PyKDE example app(s).. what do *you* have? :)

2006-02-18 Thread Danny Pansters
On Thursday 16 February 2006 05:18, you wrote: It's only a matter of time before high-level programming like this will take off, IMHO. It still pains me to see someone waste there time with pre-compilation and syntax soup to write some of the new apps we see. My Certainly. Especially when

[PyKDE] PyKDE example app(s).. what do *you* have? :)

2006-02-15 Thread Danny Pansters
If we're showing off anyway (Patrick).. well I've seen quite a few people lately asking for working real-life examples of pyqt/pykde, here's one. It's for (Free)BSD not for Linux or Windows but it probably is a nice example of how PyKDE can be used in a useful way (once again this is PyQt3 and

Re: [PyKDE] kdepyuic modifications

2006-02-11 Thread Danny Pansters
On Saturday 11 February 2006 13:15, Mikhail Yarmish wrote: At the moment kdepyuic doesn't make import of kde widgets. I've modified it for myself to do that imports. At the moment it do import just for kfile widgets but if somebody needs such upgrade I'll finish it for fully support of all

[PyKDE] PyKDE-snapshot20060118 runtime failure when built with gcc295 (KConfigSkeleton)

2006-01-22 Thread Danny Pansters
(shortened) === Configuring for py24-kde-3.15.0,1 ( cd /work/a/ports/x11-toolkits/py-kde/work/PyKDE-snapshot20060118 /usr/local/bin/python configure.py -k /usr/local -v /usr/local/share/py-sip -d /usr/local/lib/python2.4/site-packages ) PyKDE version 3.15.0 Python version is 2.4.2 sip

Re: [PyKDE] New PyKDE snapshot - help needed

2006-01-20 Thread Danny Pansters
There's one I forgot to mention: the kspell2 sip files don't seem to get installed. (I left it that way for now, they get built into the module alright I reckon, the sips are mostly for reference but I do have them installed by default) Cheers, Dan It'll be way too cold and wet tomorrow to

[PyKDE] PyKDE compile problem sparc64/FreeBSD7

2006-01-11 Thread Danny Pansters
Hi, I maintain the Sip/QScintilla/PyQt/PyKDE ports for freeBSD. I don't have any non-i386 box myself, but recently I got this from the build cluster: c++ -c -Wno-deprecated-declarations -pipe -fPIC -O2 -fno-strict-aliasing -pipe -Wall -W -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. -I../extra/kde340

Re: [PyKDE] DCOPExObj bug?

2005-12-01 Thread Danny Pansters
On Thursday 1 December 2005 00:57, Jim Bublitz wrote: On Wednesday 30 November 2005 15:41, Danny Pansters wrote: SNIP Using kdcop and the dcop CLI, it seems that although the methods are executed alright, kdcop complains: DCOP call failed. Application is still registered with DCOP; I do

[PyKDE] DCOPExObj bug?

2005-11-30 Thread Danny Pansters
Hi, I'm working on a PyKDE app and have been adding a dcop interface like such: def __init__(self, obj, id): DCOPExObj.__init__(self, id) self.addMethod(void quit(), obj.slotQuit) where obj is the mainwindow instance that has all the relevant methods (most equal actions).

[PyKDE] pyKDE 0628 snapshot doesn't compile anymore with newer sip

2005-08-22 Thread Danny Pansters
First of all, thanks for all the hard work. I'm having a problem building pyKDE with the new sip. The last version that I succesfully tested was 0727. With 0819 and 0821 I get this, and from the looks of it it's possibly a problem that other modules may also have: c++ -c

[PyKDE] FreeBSD and latest snapshot, so far so good.

2005-03-14 Thread Danny Pansters
Thanks Jim and Phil and all the others who help this package to get released and maintained. I always try to remember to say this but sometimes forget: Thanks for the software! Latest snapshot 0307 builds fine on FreeBSD5 and I think now that the KIconDir stuff is gone it will also work on

[PyKDE] PyKDE 4.0.0 and gcc295 (on older FreeBSD branch)

2005-03-06 Thread Danny Pansters
Hi, I attempt to maintain the FreeBSD port to sip, py-qt, py-kde, and have just updated the former two to their .1 versions, currently checking if py-kde still builds (latest snapshot). I have a few observations (small fixable things) and one problem (maybe a bug). First, some of the

Re: [PyKDE] Supported architectures?

2005-01-31 Thread Danny Pansters
snip-snapped what appears to be all Thanks for all your valuable info and suggestions. I will try to persue Ulrich's suggestion with an .exp file first (perhaps more for other modules). One complicating factor is that I don't have the hardware myself, so I'll have to rely on user feedback or