Re: [PyKDE] PyKDE-3.5-1

2003-04-06 Thread Jim Bublitz
On 06-Apr-03 Gordon Tyler wrote: On April 5, 2003 03:40 am, Jim Bublitz wrote: This version requires sip 3.5 and PyQt 3.5. snip This version builds against Python from 1.5.2 through 2.2.2 (haven't tested the 2.3 beta), KDE 2.1.1 through 3.1.1, and Qt 2.3.0 through 3.1.1. I'm trying

[PyKDE] PyKDE-3.5-1

2003-04-05 Thread Jim Bublitz
PyKDE-3.5-1 (.tar.gz) is available at: http://www.riverbankcomputing.co.uk/pykde The download link is on the download page. This version requires sip 3.5 and PyQt 3.5. It's a little more than a development snapshot and a little less than what I wanted in a final release. The major deficiencies

Re: [PyKDE] PyKDE Change in Plans

2003-04-02 Thread Jim Bublitz
On 02-Apr-03 Gerard Vermeulen wrote: Hmm..., I was wondering if it is possible to introduce a feature %feature SIP_FOOLS_DAY where build.py (or my distutils scripts) have to figure out if sip predates 2003-04-01 or not. Sure - Take the output of sip -V and test it to determine if you

Re: [PyKDE] PyKDE Change in Plans

2003-04-01 Thread Jim Bublitz
On 01-Apr-03 Kaleb Pederson wrote: On Tuesday 01 April 2003 13:23, Jim Bublitz wrote: Following up on Phil's Incompatible SIP Change message, I've decided to make a slight change in the PyKDE release schedule. Within the next couple of days, I'll release a snapshot of the next PyKDE release

RE: [PyKDE] SIP questions

2003-04-01 Thread Jim Bublitz
On 02-Apr-03 Claus, Richard wrote: I have used SIP to provide Python access to a set of C++ classes I wrote. These classes don't involve either PyQt or Qt. A few points: 1) I have a placement operator new(size_t sz, void* p, bool swap) in one of the classes. It is used internally to the

[PyKDE] PyKDE trivia

2003-03-30 Thread Jim Bublitz
I just finished one cycle of test compiling the next KDE release (I have more testing/bug fixing to go yet), and thought the following results might be interesting. For these compiles, the sip files are all on Machine 3 (1, 2, and 4 access the same file set via NFS over a 100BT LAN), all C++

RE: [PyKDE] SIP questions 2

2003-03-26 Thread Jim Bublitz
On 27-Mar-03 dwelch wrote: Thanks again to Phil and Jim for all their help. I have 1 additional question at this stage. I am trying to wrap a C++ class that has a member function that takes a fd_set as a parameter. Something like: int DoSpecialSelectLikeOperation( fd_set f ); On my RH8

Re: [PyKDE] SIP questions

2003-03-25 Thread Jim Bublitz
On 25-Mar-03 Phil Thompson wrote: On Tuesday 25 March 2003 7:20 pm, WELCH,DONALD J (HP-Vancouver,ex1) wrote: Greetings- I am attempting to wrap a shared library on Linux using SIP. This shared library's API defines several C++ classes that interelate (in both IS-A and HAS-A

RE: [PyKDE] More SIP questions

2003-03-25 Thread Jim Bublitz
On 25-Mar-03 WELCH,DONALD J (HP-Vancouver,ex1) wrote: Thanks again for the quick response to my earlier queries. I have an additional point of contention: Each of these 5 variables and methods in the class are causing me grief. I'm guessing at some of these, but on the off chance Phil

[PyKDE] KDE3.1.1

2003-03-20 Thread Jim Bublitz
KDE3.1.1 has been officially released (I'm downloading it now). KDE3.1.1 will be included in the next PyKDE release (as well as 3.0.4, 3.0.5, and 3.1.0). I don't have a firm date for the release, but it shouldn't be too far off. Adding KDE3.1.1 won't delay the release by more than a day or two (I

Re: [PyKDE] Problems with PyKDE 3.3.2 on KDE 3.1.1

2003-03-19 Thread Jim Bublitz
On 19-Mar-03 Hans-Peter Jansen wrote: I've tried to switch off the kio module, but then kfile cannot be built... Because kfile depends on kio. BTW: The KDE 3.1.1 is what I have found on SuSEs 8.2 beta 3, their latest release for us beta testers. As far as I know, there is no official KDE

Re: [PyKDE] Problems with PyKDE 3.3.2 on KDE 3.1.1

2003-03-19 Thread Jim Bublitz
On 19-Mar-03 Hans-Peter Jansen wrote: On Wednesday 19 March 2003 16:03, Jim Bublitz wrote: On 19-Mar-03 Hans-Peter Jansen wrote: I've had some conversation with Dirk Mueller today about this problem. He holds me, that instancing KService::KService(const KService) will crash anyway, therefore

RE: [PyKDE] Hello and PyKDE for KDE 3.1

2003-03-17 Thread Jim Bublitz
On 18-Mar-03 Roberto H. Alsina wrote: First: hello, and congrats on the amazing software :-) Second, Since I needed to use KHTML on a app I am writing, and also wanted it to work on KDE 3.1, I made a quick hack of PyKDE-3.3.2 to make it work under KDE 3.1. This is just intended as a

RE: [PyKDE] PyQt QScintilla Status

2003-03-16 Thread Jim Bublitz
On 16-Mar-03 Phil Thompson wrote: Tonight's snapshots of SIP, PyQt and QScintilla should be treated as release candidates for SIP 3.6, PyQt 3.6 and QScintilla 1.0. Hould there be a PyQt snapshot? I don't see one. Jim ___ PyKDE mailing list[EMAIL

Re: [PyKDE] Any tools to generate sip files?

2003-03-14 Thread Jim Bublitz
On 14-Mar-03 Frederick Polgardy Jr wrote: Well, whereas SIP looks at SIP files (a stone's throw from the C++ header file) and generates C++ bindings, I could imagine it wouldn't be *extremely* painful to write a utility like SIP to generate Boost code from the headers, or a slightly modified

RE: [PyKDE] Any tools to generate sip files?

2003-03-13 Thread Jim Bublitz
On 13-Mar-03 Hubbard, Dwight wrote: I've been looking at trying to generate python bindings for the libmyth library which is part of the mythtv pvr project ( http://www.mythtv.org) I was wondering if there where any tools to automate the generation of the .sip files from the .h files

RE: [PyKDE] Any tools to generate sip files?

2003-03-13 Thread Jim Bublitz
I took a second very quick look at the libmyth sources, and there's good news and bad news: the good news is the using statement is for 'std' (always make me think of sexually transmitted disease), so you won't have to do any explicit scoping. The bad new is that you'll have to hand write mapped

[PyKDE] PyKDE Status and Update

2003-03-13 Thread Jim Bublitz
PyKDE is (finally) starting to progress. I mentioned earlier that I'm revising the entire process and have most of that done now (at least well enough to start actually generating code). So far, I've built 3 versions (2.1.1 - 2.2.0) and will be starting on 2.2.1 in a few minutes. Starting over

Re: [PyKDE] Any tools to generate sip files?

2003-03-13 Thread Jim Bublitz
On 14-Mar-03 Frederick Polgardy Jr wrote: Well that's essentially what SIP is, although it's more than just cpp-pyqt/kde, it's cpp-python in general. I took him to mean he wanted to translate (line for line) C++ into python, for example: if (something) { x = 1 y = 2 } to if something:

Re: [PyKDE] Problem building PyQt, QScintilla, and eric

2003-03-12 Thread Jim Bublitz
On 12-Mar-03 Phil Thompson wrote: On Wednesday 12 March 2003 5:57 pm, Greg Fortune wrote: You'll want to build and install qscintilla before building sip. That won't make any difference. It's more likely that a later version of eric is required (ie. a snapshot). General upgrade order:

Re: [PyKDE] Problem building PyQt, QScintilla, and eric

2003-03-12 Thread Jim Bublitz
On 12-Mar-03 Gerard Vermeulen wrote: On Wed, Mar 12, 2003 at 10:27:51AM -0800, Greg Fortune wrote: Or use the -c flag, then you only need to get a coffee. he he, I'm on a PIII 550 so compiling anything takes a little while :) What does it do? If there is no disadvantage to using -c,

RE: [PyKDE] Printing (General)

2003-03-11 Thread Jim Bublitz
On 11-Mar-03 Ken Godee wrote: Nope, QPrinter allows you to set many functions of your device, including resolution, but won't do any layout stuff. Yes you can layout using Designer, then pyuic, then create an instance of that object in your app and grabwidget with QPainter but the problem is

Re: [PyKDE] Printing (General)

2003-03-11 Thread Jim Bublitz
On 11-Mar-03 Ricardo Javier Cardenes Medina wrote: If they end implementing a good table support, then I could change my mind, but not now. If I had to pick the features most lacking in Linux widget sets or Linux in general it would have to be report generation and a good table widget (inplace

RE: [PyKDE] getText() fix from 2002/05/15

2003-03-05 Thread Jim Bublitz
On 05-Mar-03 Eli Carter wrote: I'm running RH7.3 + updates. One of the wonderful things about that distribution is PyQt-3.1-2 has a bug with QInputDialog.getText(). Namely, the 'parent' argument always complains of invalid type. I found:

RE: [PyKDE] Install problem

2003-02-24 Thread Jim Bublitz
On 24-Feb-03 Tom Chance wrote: Hello, I've just downloaded PyKDE, and tried to run the build script, but it exited with the following error trace: [EMAIL PROTECTED] PyKDE-3.3.2 $ python build.py Building PyKDE 3.3 for Python 2.2.2 on linux2. /usr/lib/python2.2/site-packages

RE: [PyKDE] Some fundamentals

2003-02-24 Thread Jim Bublitz
On 25-Feb-03 Tom Chance wrote: I've only just started out with PyQt, so please bear with me as I ask some boring questions :) I've been reading through the book GUI Programming with Python: QT Edition by Boudewijn Rempt online (the paper copy is just too expensive for a poorly student like

Re: [PyKDE] PyQt - getting unexpected async reply in threaded ap

2003-02-23 Thread Jim Bublitz
On 23-Feb-03 Nicholas John Murison wrote: As far as I can remember, somewhere in the PyQt it says there should be a global qApp variable. However, my code can't seem to find it, so I've passed on the object through constructor parameters to the threads. This seems to be working, and I hope

RE: [PyKDE] Problems building pyKDE 3.3.2 on RedHat 8.0

2003-02-19 Thread Jim Bublitz
On 20-Feb-03 Gary Cramblitt wrote: I am trying to build and install the following packages, but encountering problems. PyQt-x11-gpl-3.5.tar.gz sip-x11-gpl-3.5.tar.gz PyKDE-3.3.2-3.tar.gz My system is RedHat 8.0, Qt: 3.0.5, KDE: 3.0.3-8.3 Red Hat, Python: 2.2.1. Here

Re: [PyKDE] PB to compile PyKDE-3.3.2

2003-02-12 Thread Jim Bublitz
On 12-Feb-03 Gerard Breiner wrote: Indeed, it is about kde 2.2.1. I replaced in sip/kstddirs.sip kde 2.2.1 by kde 2.2.2 and run again build.py and make and make install. I'm not sure this will work unless you're also linking with KDE 2.2.2 libs - there's no way to resolve the reference to the

Re: [PyKDE] PB to compile PyKDE-3.3.2

2003-02-11 Thread Jim Bublitz
On 11-Feb-03 Gerard Breiner wrote: First of all, thank indeed for your help. Thanks for your patience and effort. First, what version of KDE are you running? It should be a 2.x.x it is exact It would help to know the specific version you're running - it looks like KDE 2.2.1 from the error

RE: [PyKDE] PB to compile PyKDE-3.3.2

2003-02-10 Thread Jim Bublitz
On 10-Feb-03 Gerard Breiner wrote: First of all, my platform is Linux RedHat 7.2 with Python 2.2.2 I installed : sip-x11-gpl-3.5 PyQt-x11-gpl-3.5 I tried to install PyKDE-3.3.2 Here what i did : python ./build.py -t /usr/include/kde -s

RE: [PyKDE] PyKDE for KDE 3.1?

2003-02-07 Thread Jim Bublitz
On 07-Feb-03 Bart Verwilst wrote: Do you have an ETA for a KDE 3.1 - compatible release for PyKDE? Can't wait for it ;o) No - I really don't. I'm revising the tools I use to build PyKDE and adding some additional testing. I'm pretty far along on both but still expect it to be at least another

RE: [PyKDE] NewBie: Any KWidget without KApplication possible

2003-02-04 Thread Jim Bublitz
On 04-Feb-03 Claus Schumacher wrote: I'm any absolue newbie in PyKDE. I already managed to program PyQt with QtDesigner according to the examples. Is it possible to inherit KWidget like KDatePicker in QApplication(s) instead of KApplication(s) Since all KDE widgets are subclasses of

RE: [PyKDE] an example of simple python scripting of Kspread?

2003-02-02 Thread Jim Bublitz
On 01-Feb-03 blake wrote: I am running RH8.0 and KDE. I would like to have a python program call up Kspread, open a spreadsheet (or two), calculate the results and then save the result. This would seem like a simple task, but the several examples given for the PyKDE v3.3.2 package seem to

[PyKDE] KDE 3.1 and PyKDE

2003-01-28 Thread Jim Bublitz
I noticed KDE 3.1 was finally released yesterday/today. To answer the inevitable question: PyKDE will have support for KDE 3.1, hopefully fairly soon. As I mentioned a while ago, I'm re-working the tools that I use to generate sip files for PyKDE. This has been going nicely - I've reached the

RE: [PyKDE] How to inherit from QWidget

2003-01-20 Thread Jim Bublitz
On 20-Jan-03 Paul F. Kunz wrote: I have a class, QtViewWidget which in C++ in herits from QWidget and class in my C++ library. How do I tell SIP to use QWidget from PyQt instead of creating a local QWidget in my build directory? Are you using sip to write bindings for your C++ lib? In that

Re: [PyKDE] How to inherit from QWidget

2003-01-20 Thread Jim Bublitz
On 20-Jan-03 Paul F. Kunz wrote: On Mon, 20 Jan 2003 13:02:06 -0800 (PST), Jim Bublitz [EMAIL PROTECTED] said: That will also add a bunch of sipqt*.h files to the directory where your sip-generated C++ code is located. It also generated sipsihippoProxysihippo.h (sihippo is the name

Re: [PyKDE] pykde.sourceforge.net

2003-01-16 Thread Jim Bublitz
On 16-Jan-03 Jonathan Gardner wrote: On Thursday 16 January 2003 07:27, Hans-Peter Jansen wrote: Jonathan and Jim are the project managers there. Jonathan, Jim, what do you think about a contribution package section. I think it is a great idea. I think it is necessary for wide-spread

Re: [PyKDE] pykde.sourceforge.net

2003-01-16 Thread Jim Bublitz
On 16-Jan-03 Jonathan Gardner wrote: On Thursday 16 January 2003 07:26, Phil Thompson wrote: I can offer web space, but there is still the problem that a front end needs to be coded up. I have the skills, but not the time. Jim, Thanks for the offer. Please note that it's Phil's offer --

RE: [PyKDE] sip

2003-01-10 Thread Jim Bublitz
On 10-Jan-03 Jason Lee wrote: I hope this is the right place. The Riverbank Computing web page said it was, so... I'm new to sip. I've been toying with swig, and haven't gotten boost to run. I'm trying to get a Python wrapper for a C++ library (duh :), but I'm having trouble setting up

Re: [PyKDE] submenus in PyKDE

2003-01-04 Thread Jim Bublitz
On 04-Jan-03 Gordon Tyler wrote: On January 4, 2003 01:51 pm, Jérôme Martin wrote: Is some one have an example to create a submenu with PyKDE. My menu are currently created with KAction/KStdAction. fileMenu = QPopupMenu(self) someAction.addTo(fileMenu) submenu = QPopupMenu(self)

RE: [PyKDE] QListView(Item) subclass insertItem strange behaviou

2003-01-04 Thread Jim Bublitz
On 04-Jan-03 marvelan L wrote: The problem is that I need to access my own added methods in MyList when insertItem is called. But it seems that it is called with a object of the base class and not my specialisation class MyList. Since it's printing, it would seem that the overloaded methods

Re: [PyKDE] KMimeType.findByPath return value

2003-01-03 Thread Jim Bublitz
On 03-Jan-03 Daniel Naber wrote: On Thursday 02 January 2003 21:52, you wrote: Can you use KTrader instead? Not really, it seems the name() problem also appears with KMimeType.findByURL() and findByPath(), these also sometimes(?!) return random characters. Sometimes the first call to

RE: [PyKDE] SIP Roadmap

2003-01-02 Thread Jim Bublitz
On 02-Jan-03 Phil Thompson wrote: For those interested I've added a SIP Roadmap to the website at http://www.riverbankcomputing.co.uk/sip/roadmap.php which describes the main objectives and features for SIP v4. Comments welcome. I think it looks great - I especially like the Python 2.2

Re: [PyKDE] KMimeType.findByPath return value

2003-01-02 Thread Jim Bublitz
On 02-Jan-03 Daniel Naber wrote: On Thursday 02 January 2003 01:56, you wrote: KServiceTypeProfile.preferredService takes a QString as its first argument, so you should use mimetype instead of mimestr. Then the offer is None, even for things like text/html. If I ask for offers for

Re: [PyKDE] KMimeType.findByPath return value

2003-01-01 Thread Jim Bublitz
On 01-Jan-03 Daniel Naber wrote: On Tuesday 31 December 2002 07:12, Jim Bublitz wrote: name() returns a QString, so print self.mimetype.latin1() should print the appication/x-shellscript and you should be able to use the value of self.mimetype.latin1() as a Python string. Yes

RE: [PyKDE] KMimeType.findByPath return value

2002-12-30 Thread Jim Bublitz
On 30-Dec-02 Daniel Naber wrote: the documentaton says that KMimeType.findByURL() returns an instance of a KService, I assume the same is true for KMimeType.findByPath(). However, how can I simply get the service's name? I can print it like this: The PyKDE documentation is incorrect,

RE: [PyKDE] Opinions on pyuic Custom Widget Support

2002-12-14 Thread Jim Bublitz
On 14-Dec-02 Phil Thompson wrote: A more generic, think about it for 2 minutes, solution is to allow Python code to be embedded in the Comment field of the Form Settings dialog. Any line beginning with Python: will be copied to the generated module. This is then completely flexible.

Re: [PyKDE] Re: [C++-sig] Can boost.python and PyQt be used toge

2002-12-13 Thread Jim Bublitz
On 13-Dec-02 Paul F. Kunz wrote: On Wed, 11 Dec 2002 14:15:17 -0500, David Abrahams [EMAIL PROTECTED] said: I don't think that's really the right conclusion... or at least, it masks something much deeper. You might be right here. Although I got my Qt Window to work with PyQt by using

RE: [PyKDE] PyKDE

2002-12-12 Thread Jim Bublitz
On 13-Dec-02 Julian Rockey wrote: Is PyKDE being maintained? I'd be interested if a KDE 3.1 version is under development, as I'd like to try to integrate PyKDE/QT into KDevelop 3.0 (Gideon). You must be new here - people familiar with the list know better than to ask that question, because it

Re: [PyKDE] Interfacing to C++ standard library

2002-12-11 Thread Jim Bublitz
On 11-Dec-02 Torsten Marek wrote: Jim Bublitz schrieb: On 11-Dec-02 Paul F. Kunz wrote: To complete my SIP based Python extension module, I need to convert from C++ to Python and vica versa an std::vectordouble and std::vectorstd::string. I found some hints in this mailing list's archive

Re: [PyKDE] Seperate Qscintilla from PyQt

2002-12-11 Thread Jim Bublitz
On 12-Dec-02 Ricardo Javier Cardenes Medina wrote: I'm even planning to split python-qt3 (which is a huge package) on several other packages, as not everyone need, say, qtgl, or qtsql. I appreciate all of those doing packaging enough that I wouldn't tell anyone what to do - this is just my

RE: [PyKDE] menu icons

2002-12-04 Thread Jim Bublitz
On 04-Dec-02 Eli Carter wrote: Ok, this is probably a dumb question, but... In kde3, I've noticed that there are some 'standard' icons used in the menus for things like 'Quit'. Is there a pre-made QIconSet or QPixmap to grab, or do I need to find the file and load from it? On a SuSE

Re: [PyKDE] menu icons

2002-12-04 Thread Jim Bublitz
On 04-Dec-02 Richard Jones wrote: On Thu, 5 Dec 2002 9:28 am, Jim Bublitz wrote: On 04-Dec-02 Eli Carter wrote: Ok, this is probably a dumb question, but... In kde3, I've noticed that there are some 'standard' icons used in the menus for things like 'Quit'. Is there a pre-made QIconSet

RE: [PyKDE] about DCOP, QDataStream, , and

2002-11-30 Thread Jim Bublitz
On 30-Nov-02 Me wrote: Hi, I'm trying to figure out how to use the DCOP interface. The KDE C++ examples make use of and , but how to do it with python? Is there a work around for this? The example I'm working from has a part like so: void MainWindow::bookLocation() { DCOPClient

RE: [PyKDE] about DCOP, QDataStream, , and

2002-11-30 Thread Jim Bublitz
On 30-Nov-02 Jim Bublitz wrote: On 30-Nov-02 Me wrote: Hi, I'm trying to figure out how to use the DCOP interface. The KDE C++ examples make use of and , but how to do it with python? Is there a work around for this? The example I'm working from has a part like so: void MainWindow

Re: [PyKDE] Speed of derived objects

2002-11-25 Thread Jim Bublitz
On 25-Nov-02 Vincent Wagelaar wrote: On Monday 25 November 2002 22:44, Hans-Peter Jansen wrote: [snip] Hopefully this example is nice enough? I think this is problably one of the few cases where you need to make an C++ implementation because of speed. It would be nice if calling

RE: [PyKDE] ANN: Eric 3.0.0-alpha2 released

2002-11-24 Thread Jim Bublitz
On 24-Nov-02 Detlev Offenbach wrote: Hi Trolls, Eric 3.0.0-alpha2 is available for download via Could you also post this to comp.lang.python? Or I will if it's inconvenient for you ... Jim ___ PyKDE mailing list[EMAIL PROTECTED]

RE: [PyKDE] ANN: Eric 3.0.0-alpha2 released

2002-11-24 Thread Jim Bublitz
On 24-Nov-02 Jim Bublitz wrote: On 24-Nov-02 Detlev Offenbach wrote: Hi Trolls, Eric 3.0.0-alpha2 is available for download via Could you also post this to comp.lang.python? Or I will if it's inconvenient for you ... I guess I should have checked the newsgroup first :) Nevermind. Jim

RE: [PyKDE] paint() and getting out of corners

2002-11-22 Thread Jim Bublitz
On 22-Nov-02 Rune Hansen wrote: As the title hints I've got serious problems trying to understand how to set color and font on a specific QListBoxItem. I would really appreciate a working example or at least better advice than RTFM ;-) It looks like the easiest way would be to derive a class

RE: [PyKDE] paint() and getting out of corners

2002-11-22 Thread Jim Bublitz
On 22-Nov-02 Rune Hansen wrote: No matter how I shuffle this my app always segfaults on calling paint() I'm using stock RedHat 8.0 pyQt-3.3.2. I will try to compile the latest greatest pyQt tomorrow to see if it the segfault goes away. Post the code here if you still have a problem. If you

RE: [PyKDE] Re: Anybody home?

2002-11-21 Thread Jim Bublitz
On 21-Nov-02 Phil Thompson wrote: Strange. I haven't noticed anything from you other than your postings to the list - but I obviously noticed this one. It wasn't anything that important - I've been helping someone build some sip modules for a commercial widget derived from Qt, and a question

RE: [PyKDE] PyQT Programming Book [Thank you]....

2002-11-21 Thread Jim Bublitz
On 23-Nov-02 Jack Neal wrote: I don't know if anyone on this list uses Komodo Do you have a URL you can post? Thanks for the favorable comments - this is a great group IMHO. Jim ___ PyKDE mailing list[EMAIL PROTECTED]

[PyKDE] Anybody home?

2002-11-20 Thread Jim Bublitz
Phil - Are we having a mail problem again? Did I offend you? I sent a couple messages and haven't received a reply. I can post some additonal addresses here if my normal address is bouncing mail, or are you off some place again? Jim ___ PyKDE mailing

RE: [PyKDE] QTable, selections and moving column headers

2002-11-19 Thread Jim Bublitz
On 19-Nov-02 greg Landrum wrote: [PyQt-3.3.2, qt-3.0.5, RH8.0, Python-2.2.1] The attached file constructs a simple widget using a QTable. It also attempts to: 1) limit selection to a single cell 2) allow moving of columns and rows as near as I can tell, neither 1) nor 2) work. Is

RE: [PyKDE] crash: pure virtual function called

2002-11-12 Thread Jim Bublitz
On 12-Nov-02 marvelan L wrote: I have built an application with Qt 3.0.4 and PyQt 3.4. From time to time I get a error message on stdout saying pure virtual function call and then abort is called and the program exits. I suspect that this is from the PyQt bindings. Have anyone seen this

RE: [PyKDE] Qt shutting down the process/Python interpreter - ne

2002-11-08 Thread Jim Bublitz
On 08-Nov-02 Michael Lauer wrote: Now, my question... is there something I can do at python level or is there something we can do at PyQt level to change this behaviour? If you call sys.exit() in Python it always raises a SystemExit exception. Does that happen here? If so, you can trap it and

RE: [PyKDE] ANN: Preview of Eric Version 3 available

2002-10-25 Thread Jim Bublitz
On 25-Oct-02 Detlev Offenbach wrote: It's a long time now that a new version of eric was released. To let you know whats happening to eric and to see what can be expected from the next release please see http://www.die-offenbachs.de/detlev/eric3_preview_en.html Be prepared for a surprise.

Re: [PyKDE] Screenshots: PyQt/KDE Development-Portal

2002-10-24 Thread Jim Bublitz
On 24-Oct-02 Konrad Hinsen wrote: Jim Bublitz [EMAIL PROTECTED] writes: Now that you mention it, I can't remeber every hearing liebchen at home, but definitely Schatz or Schatzie. Liebchen is the stereotypical Hollywood word used in dialog with German Interesting. It's rather archaic, I

RE: [PyKDE] subclassing widgets contained in a QtDesigner form

2002-10-24 Thread Jim Bublitz
On 24-Oct-02 Michael Ferraro wrote: I would like to sub-class a widget (QLabel for example) that I have placed (sized, colored, etc.) in QtDesigner in order to overide the mouseDoubleClickedEvent() . I realize I could modify the class generated by pyuic and change the QLabel to a MyLabel

Re: [PyKDE] Screenshots: PyQt/KDE Development-Portal

2002-10-23 Thread Jim Bublitz
On 23-Oct-02 Marc Schmitt wrote: On Mittwoch, 23. Oktober 2002 16:51, Eli Carter wrote: Hmm... Py.Heaven does seem random... So here is an idea: I've long thought that the name 'PyQt' was backwards... it should be 'QtPy', because it sounds like cutie-pie (a term of endearment, for those not

Re: [PyKDE] Where What ?

2002-10-23 Thread Jim Bublitz
On 23-Oct-02 Marc Schmitt wrote: On Dienstag, 22. Oktober 2002 21:16, Jim Bublitz wrote: Sounds like a user-generated FAQ - I think I'll steal that idea too. I'd definitely be interested in seeing that info, as I haven't used anything but SuSE for quite awhile. It would be helpful to me

Re: [PyKDE] Screenshots: PyQt/KDE Development-Portal

2002-10-23 Thread Jim Bublitz
On 23-Oct-02 Eli Carter wrote: That's a better explanation than I could give. Thanks Jim. :) My pleasure - I liked the QtPy name, too. Jim ___ PyKDE mailing list[EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde

Re: [PyKDE] Screenshots: PyQt/KDE Development-Portal

2002-10-23 Thread Jim Bublitz
On 23-Oct-02 Marc Schmitt wrote: On Mittwoch, 23. Oktober 2002 18:54, Jim Bublitz wrote: My German is virtually non-existent any more, but it would be somewhat of a cross between liebchen and scho/ne Ma/dchen. Scho/n ~= cute - cutie (sounds like 'Q t'), which is sort of a diminutive, like

RE: [PyKDE] PyKDE and kde 3.0.4

2002-10-21 Thread Jim Bublitz
On 22-Oct-02 Jim Gifford wrote: Where can I find a patch for pykde and KDE 3.0.4 libs? At the moment it would require time travel about a week or two into the future. The only problems with PyKDE on KDE 3.0.4 are: 1. There are a couple of bugs in a couple of khtml sip files; see the thread

Re: [PyKDE] Runtime issues on SuSE 8.1

2002-10-16 Thread Jim Bublitz
On 15-Oct-02 Marc Schmitt wrote: On Dienstag, 15. Oktober 2002 21:37, Jim Bublitz wrote: The string mJ0J0ii should be mJ0J0i. Nope. I changed that (and some randomly some other permutation of that occurance within khtml*.sip) but without success. I'm not sure what you mean here - the 'ii

Re: [PyKDE] Runtime issues on SuSE 8.1

2002-10-16 Thread Jim Bublitz
On 16-Oct-02 Marc Schmitt wrote: On Mittwoch, 16. Oktober 2002 02:48, Jim Bublitz wrote: Nope. I changed that (and some randomly some other permutation of that occurance within khtml*.sip) but without success. I'm not sure what you mean here - the 'ii' means it's looking for two ints

Re: [PyKDE] Runtime issues on SuSE 8.1

2002-10-16 Thread Jim Bublitz
On 16-Oct-02 Hans-Peter Jansen wrote: Hi Marc, hi Jim, I finally touched the khtml_part problem. Here is my mod: --- ../PyKDE-3.3.2.orig/sip/khtml_part.sip 2002-08-21 20:08:45.0 +0200 +++ ./sip/khtml_part.sip2002-10-16 13:02:32.0 +0200 @@ -124,8 +124,8 @@

RE: [PyKDE] kdepyuic broken

2002-10-16 Thread Jim Bublitz
On 16-Oct-02 Marc Schmitt wrote: I just tried to use kdepyuic, but it's only chaos. There are missing '', commas where periods expected and lots of function-calls which simply are not there. On the other hand, pyuic does work very well and is able to include kde-widgets which were generated

Re: [PyKDE] ANN : PyKDE 3.3.2 SuSE 8.1 rpm

2002-10-16 Thread Jim Bublitz
On 16-Oct-02 Hans-Peter Jansen wrote: I hope, I've made the correct fixes to sip/khtml_part.sip: --- ../PyKDE-3.3.2.orig/sip/khtml_part.sip 2002-08-21 20:08:45.0 +0200 +++ ./sip/khtml_part.sip2002-10-16 21:11:18.0 +0200 @@ -124,8 +124,8 @@ QRect r;

Re: [PyKDE] Runtime issues on SuSE 8.1

2002-10-15 Thread Jim Bublitz
On 15-Oct-02 Marc Schmitt wrote: Unfortunatly, I wasn't able to compile PyKDE for KDE3.0.4, the compilation broke while compiling about a missing extraH/kde304 dir. Simply setting a link from the kde303 dir didn't work. Jim, any hints ? I registered the fact that KDE3.0.4 exists a few days

Re: [PyKDE] Runtime issues on SuSE 8.1

2002-10-15 Thread Jim Bublitz
On 15-Oct-02 Marc Schmitt wrote: On Dienstag, 15. Oktober 2002 18:57, Jim Bublitz wrote: Setting a link seems like it *should* work - a quick and dirty [...] The other places you'd (probably) need to make changes are: 1. build.py - add 304 to KDEVers list (global, near top of file) 2

Re: [PyKDE] Problem with German characters

2002-10-15 Thread Jim Bublitz
On 15-Oct-02 jblazi wrote: On Tuesday 15 October 2002 20:57, david wrote: Then I get the next problem. Here is my code: string.split(unicode(self.widget.text.eingabe.text()),'\n') tmp = unicode(self.widget.text.eingabe.text())+'\n' try: exec tmp in user_name_space

RE: [PyKDE] Debian packages location

2002-10-04 Thread Jim Bublitz
On 04-Oct-02 Frederick Polgardy Jr wrote: Anybody know where the 3.4 family of .debs for SIP/PyQt/PyKDE can be found? Per Ricardo's message on 9/11, I thought there would be a 3.4 deb of python2.2-qt3, but I'm still picking up the 3.3.2 version. And there doesn't seem to be one for KDE3 at

[PyKDE] RH 8.0 ?

2002-10-02 Thread Jim Bublitz
If anyone has built sip/PyQt/PyKDE on the new RH 8.0, I'd be interested to hear the results. Also, what gcc version is RH8 using? Jim ___ PyKDE mailing list[EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde

RE: [PyKDE] PyQt/sip directory?

2002-09-26 Thread Jim Bublitz
On 26-Sep-02 Bart Verwilst wrote: When i'm trying to install PyKDE, it complains it couldn't find the PyQt/sip directory, so i have to use the sip dir from the pyQT sources.. Can i copy that dir to some location on my system during the install? And if yes, whereto should i copy it? You

RE: [PyKDE] PyKDE and libkdegames

2002-06-14 Thread Jim Bublitz
On 13-Jun-02 Michael Lauer wrote: Sounds very interesting - could you publish these tools, please? I emailed the tarball to you, but got: do_ypcall: clnt_call: RPC: Unable to receive; errno = Connection refused 220 mars.tm.informatik.uni-frankfurt.de ESMTP. My ISP is continuing to attempt

RE: [PyKDE] PyKDE and libkdegames

2002-06-13 Thread Jim Bublitz
On 13-Jun-02 Michael Lauer wrote: Am Mon, 2002-06-10 um 18.53 schrieb Jim Bublitz: I have some semi-automated tools to do it, but they only generate about 80% - 90% clean code and require a lot of manual touch-up. Sounds very interesting - could you publish these tools, please? The short

RE: [PyKDE] PyKDE and libkdegames

2002-06-12 Thread Jim Bublitz
On 10-Jun-02 Bjorn Pettersen wrote: From: Jim Bublitz [EMAIL PROTECTED] Basically, there are only a few simple rules for generating sip description files (.sip) from C++ headers: 0a. Delete all methods you don't want to expose to Python (although point 5 below still holds). Very good

Re: [PyKDE] Trying to build PyKDE for KDE 3

2002-06-12 Thread Jim Bublitz
On 13-Jun-02 Alex Willmer wrote: Thankyou for the tip, I tried this out and the 'make install' run got a bit further, unfortunately another import error occurred. Judicious (although very possibly not correct) repetition of the above with the '%Include netwm.sip' line, got a little further,

RE: [PyKDE] Trying to build PyKDE for KDE 3

2002-06-10 Thread Jim Bublitz
On 10-Jun-02 Alex Willmer wrote: Hello All I'm trying to get pykde 3.2.4 working with kde 3.0.0, however make install fails with the error below. I'm not sure where to look to find the solution, make appeared to work without errors. The configure line I used was: ./configure

[PyKDE] PyKDE Bug

2002-06-06 Thread Jim Bublitz
In KLineEditDlg in PyKDE the static method 'getText' does not work correctly - it generates a runtime error under some circumstances. I'm not sure of the exact problem, but it's in handwritten code for this method (which should return a tuple of QString and int). This applies to all PyKDE/KDE

RE: [PyKDE] Deleting items from Canvas

2002-06-05 Thread Jim Bublitz
On 01-Jan-70 Moray Taylor wrote: I have a program that puts items onto a canvas, keeps a reference to it, and deletes the reference when I want to remove the item from the canvas. What I want to know is... A) Is this all I need to do? B) If not, what is the reccommended way of removing

Re: [PyKDE] PyKDE with KDE 3.0.1?

2002-06-03 Thread Jim Bublitz
On 03-Jun-02 John J. Lee [EMAIL PROTECTED] wrote: I tried building PyKDE 3.2.4 against KDE 3.0.1, and it refuses to build. I realise Jim hasn't updated it yet for this KDE version, but is this really necessary -- isn't it possible to just give a warning during configure, and go ahead and

Re: [PyKDE] PyKDE with KDE 3.0.1?

2002-06-03 Thread Jim Bublitz
On 03-Jun-02 Bret McMillan wrote: On Mon, 3 Jun 2002, Jim Bublitz wrote: More data: [bretm@zealot kde]$ hostname zealot.devel.redhat.com [bretm@zealot kde]$ pwd /usr/include/kde [bretm@zealot kde]$ grep -r KDE_VERSION . ./kdeversion.h:#ifndef _KDE_VERSION_H_ ./kdeversion.h:#define

[PyKDE] KDE 3.0.1

2002-05-23 Thread Jim Bublitz
Just when I thought I was finished for a while, KDE 3.0.1 is released. I haven't downloaded it yet, but from the ChangeLogs, it looks like there's probably enough new stuff to warrant a PyKDE update. 'cpp' file changes make no difference, h file changes are what matter, and it looks like kio and

[PyKDE] Re: PyKDE-3.2.4-1 build problem on MDK 8.2

2002-05-22 Thread Jim Bublitz
On 22-May-02 Antti Markus [EMAIL PROTECTED] wrote: When I'm trying to build PyKDE-3.2.4-1 then /configure --with-qt-dir=/usr/lib/qt3 --with-kde-dir=/opt/kde3 fails as follows: [snip] checking options Building dcop kdecore kdesu kdefx kdeui kio kfile kparts khtml kjs

[PyKDE] PyKDE Bug Report

2002-05-20 Thread Jim Bublitz
In PyKDE-3.2.4/sip/kstdaction.sip, the 'print' method/function needs to be modified in two places to look like the following: static KAction* print (SIP_RXOBJ_CON, SIP_SLOT_CON(), QObject*/Transfer/ = 0, const char* = 0)/PyName=printAction/; KAction* print(SIP_RXOBJ_CON, SIP_SLOT_CON(),

[PyKDE] PyKDE Release

2002-05-18 Thread Jim Bublitz
The first bug in the new release turns out to be in the README file. I believe I already posted this info to the list, but I'll repeat it (and update the README) The release is now available on http://riverbankcomputing.co.uk sip/PyQt currently link to qt-mt if you have it. KDE3 is usually

[PyKDE] ANN: PyKDE-3.2.4

2002-05-16 Thread Jim Bublitz
The next PyKDE release is *almost* ready. I'm doing a last compile overnight and will ship it off to Phil sometime tomorrow or Friday. Given the difference in time zones and other unforeseeable stuff, I expect it will be available sometime this weekend or shortly after. I've asked Phil to post to

  1   2   >