[PyKDE] i18n support in eric

2004-12-06 Thread Nicolas D. Cesar
This is my first post, and I don't know if this is the correct list... so I apologize in casse is off topic. I've been using eric3 to develop a tiny application and I want to add i18n support. I've try to add a .ts to the project with the Add translation.. from the context menu... it add the

[PyKDE] embedding doc strings in sip-generated code?

2004-12-06 Thread Bret Wortman
Is there a way to include some __doc__ code in a sip-generated python module? I've written some new widgets and it would be great for my users if they could access usage information via pydoc. Is that possible with sip? Bret Wortman ___ PyKDE mailing

Re: [PyKDE] KDE yum repositories not working

2004-12-06 Thread Rick Graves
Ken, I have good news and bad news. The good news is I figured out a solution to the GPG key problem -- in yum.conf, for the RedHat KDE repositories, turn off GPG key checking. The bad new is this is not working. I found a list of KDE RedHat repositories here:

[PyKDE] kio.move and kio.copy missing?

2004-12-06 Thread Maurizio Colucci
Hello there, I cannot find the static methods kio.copy and kio.move in PyKDE 3.11.3. Sad news for my file manager... :) Is there some equivalent method? Thanks a lot, Maurizio Colucci http://onefinger.sf.net ___ PyKDE mailing list[EMAIL PROTECTED]

[PyKDE] Small eric bug

2004-12-06 Thread jul
Hi, In last eric snapshot, a small bug still when using the utf8 encoding: the middle click doesn't paste special characters corectly. Ctrl+V and DragDrop commands works fine. As middle click is rather used under *nix systems, it would be nice to correct this small and unpleasant bug. Best

[PyKDE] Calling slots

2004-12-06 Thread Hihn, Jason
I have a button that used to be connected to accept() on a dialog. I added some validation, and only want to call accept() now if the validation passes. I tried calling dlg.accept() but I got the message that it is not callable because it was not created in python. What is the work

[PyKDE] Isuing a aprent qApp

2004-12-06 Thread Hihn, Jason
Apparently, out look ate my last email so here it is again. I am using python embedded in an MFC app. The Python interp brings up QDialogs (from UI files, and coded in PyQt) This now works, and beautifully. There are 2 small issues that I need to address 1) The MFC app and the QDialog

[PyKDE] Mandrake packages and repository now available

2004-12-06 Thread Simon Edwards
Hello all, I've put a URPMI repository up at: http://www.simonzone.com/software/mdkrpm/ There are packages for PyQt, PyKDE, Eric, etc etc for Mandrake 10.1. Feedback is welcome. cheers, -- Simon Edwards             | Guarddog Firewall [EMAIL PROTECTED]       |

[PyKDE] kio.move and kio.copy missing?

2004-12-06 Thread Maurizio Colucci
Hello there, I cannot find the static methods kio.copy and kio.move in PyKDE 3.11.3. Sad news for my file manager... :) Is there some equivalent technique? Thanks a lot, Maurizio Colucci http://onefinger.sf.net ___ PyKDE mailing list[EMAIL

[PyKDE] ANN: new eric3 snapshot

2004-12-06 Thread Detlev Offenbach
Hi, this is to let you know about a new snapshot release. This one includes a surprise for all people who use the right operating system. Go get it and see, if you find the surprise. As usual it is available via http://www.die-offenbachs.de/detlev/eric3.html in the snapshots section.

Re: [PyKDE] ANN: new eric3 snapshot

2004-12-06 Thread Parzival
On November 27, 2004 09:40, Detlev Offenbach wrote: I have just uploaded a new eric3 snapshot. It fixes a few bugs and has these new features. Has the problem reported earlier, where the module browser views will not include functions that have formal parameters which contain parentheses been

[PyKDE] KRootPixmap problem

2004-12-06 Thread Dmitry \Troydm\ Geurkov
Hi ! I have a problem with KRootPixmap class when I use it and close A top-level dialog: X Error: BadWindow (invalid Window parametr) 3 is printed to the console however it doesn't interrupt the program itself or do any data damage! Here is the code: w=QWidget(None)

[PyKDE] qApp issues

2004-12-06 Thread Hihn, Jason
I have python embedded in my app, and I wish to use my applications window as the parent for some dialogs created (and coded) in python land. Is there a way to get the main widget in C++ to be the parent of Python? I need my python dialogs to: 1) Be modal w.r.t my app window, 2) Not

Re: [PyKDE] SIP issues.

2004-12-06 Thread Phil Thompson
On Tuesday 23 November 2004 8:51 pm, Gerard Vermeulen wrote: Hi, When trying to wrap QwtPlot3D (http://qwtplot3d.sourceforge.net), I encountered several issues with SIP: (1) Problems in getting an (abstract) virtual operator() working. Finally, Virtual (and abstract) operators are now

[PyKDE] SIP/PyQT -u flag on Windows

2004-12-06 Thread Hihn, Jason
It would be really nice if (at least on windows) that the u flag of configure.py produced final targets with _d appended to the name. My troubles on win32 were almost exclusively due to this. When Python is compiled for debugging, it looks as if it tries to load other modules built for

[PyKDE] kdebindings, pyqt, and qtext.so

2004-12-06 Thread Samir Patel
It seems to me that kdebindings now contains wonderful pyqt except qtext.so. This is needed to run eric IDE. Why kdebindings does not include qtext.so? Is there any other way to get qtext.so without installing pyqt. If I have to installed pyqt, do I need to install sip or it can use one from

[PyKDE] PyQt - QApplication with the GUIenabled flag question

2004-12-06 Thread Brad Ralph
Hi, I am looking for some advice re a program that I am working on. I am attempting to write a small network server app to do some very simple data replication between two postgresql databases using Twisted and Qt. The reason that I am using Qt is that I have some classes from a companion

Re: [PyKDE] PyQt Metaclass programming

2004-12-06 Thread Diez B. Roggisch
Hi, Would it help if sip.wrappertype was placed in the sip module dictionary so that you could sub-class it? I ran into the same troubles and asked Gary for his solution. He offered me this neat trick for declaring my metaclass: class SessionAware(type(QObject)): ... I neverless think that

Re: [PyKDE] SIP issues.

2004-12-06 Thread Gerard Vermeulen
On Sun, 5 Dec 2004 09:50:28 + Phil Thompson [EMAIL PROTECTED] wrote: On Tuesday 23 November 2004 8:51 pm, Gerard Vermeulen wrote: Hi, When trying to wrap QwtPlot3D (http://qwtplot3d.sourceforge.net), I encountered several issues with SIP: (1) Problems in getting an (abstract)

Re: [PyKDE] KDE repository rpm's

2004-12-06 Thread Rick Graves
Ken, This YUM repository is for RHEL3 and contains everything (including kitchen sink) ... There seems to be one thing missing -- the GPG Keys. When I try to install anything, I get: Could not find the GPG Key necessary to validate pkg ... I have looked, but I have not found them. They

[PyKDE] list problem

2004-12-06 Thread Thorsten Horstmann
there was a problem with the mailing list during the last days (I think since 11/30/04); the Mailman qrunner daemon died. I hope no mails have been lost. Best regards, -Thorsten ___ PyKDE mailing list[EMAIL PROTECTED]

Re: [PyKDE] Calling slots

2004-12-06 Thread Phil Thompson
I have a button that used to be connected to accept() on a dialog. I added some validation, and only want to call accept() now if the validation passes. I tried calling dlg.accept() but I got the message that it is not callable because it was not created in python. What is the work

Re: [PyKDE] qApp issues

2004-12-06 Thread Phil Thompson
I have python embedded in my app, and I wish to use my application's window as the parent for some dialogs created (and coded) in python land. Is there a way to get the main widget in C++ to be the parent of Python? I need my python dialogs to: 1) Be modal w.r.t my app window, 2) Not

Re: [PyKDE] embedding doc strings in sip-generated code?

2004-12-06 Thread Phil Thompson
Is there a way to include some __doc__ code in a sip-generated python module? I've written some new widgets and it would be great for my users if they could access usage information via pydoc. Is that possible with sip? Not at the moment. It's on the TODO list. Phil

Re: [PyKDE] SIP/PyQT -u flag on Windows

2004-12-06 Thread Phil Thompson
It would be really nice if (at least on windows) that the -u flag of configure.py produced final targets with '_d' appended to the name. My troubles on win32 were almost exclusively due to this. When Python is compiled for debugging, it looks as if it tries to load other modules built for

Re: [PyKDE] Isuing a aprent qApp

2004-12-06 Thread Phil Thompson
Apparently, out look ate my last email so here it is again. I am using python embedded in an MFC app. The Python interp brings up QDialogs (from UI files, and coded in PyQt) This now works, and beautifully. There are 2 small issues that I need to address 1) The MFC app and the QDialog

Re: [PyKDE] PyQt Metaclass programming

2004-12-06 Thread Phil Thompson
Hi, Would it help if sip.wrappertype was placed in the sip module dictionary so that you could sub-class it? I ran into the same troubles and asked Gary for his solution. He offered me this neat trick for declaring my metaclass: class SessionAware(type(QObject)): ... I neverless

Re: [PyKDE] PyQt - QApplication with the GUIenabled flag question

2004-12-06 Thread Phil Thompson
Hi, I am looking for some advice re a program that I am working on. I am attempting to write a small network server app to do some very simple data replication between two postgresql databases using Twisted and Qt. The reason that I am using Qt is that I have some classes from a companion

Re: [PyKDE] kdebindings, pyqt, and qtext.so

2004-12-06 Thread Simon Edwards
On Tuesday 30 November 2004 03:14, Samir Patel wrote: It seems to me that kdebindings now contains wonderful pyqt except qtext.so. This is needed to run eric IDE. Why kdebindings does not include qtext.so? Is there any other way to get qtext.so without installing pyqt. If I have to

[PyKDE] KDE yum repositories

2004-12-06 Thread Rex Dieter
From: Rick Graves [EMAIL PROTECTED] Ken, I have good news and bad news. The good news is I figured out a solution to the GPG key problem -- in yum.conf, for the RedHat KDE repositories, turn off GPG key checking. Or download/import the key from http://sf.net/projects/kde-redhat in the Files

Re: [PyKDE] Small eric bug

2004-12-06 Thread Detlev Offenbach
Am Montag, 29. November 2004 20:28 schrieb jul: Hi, In last eric snapshot, a small bug still when using the utf8 encoding: the middle click doesn't paste special characters corectly. Ctrl+V and DragDrop commands works fine. As middle click is rather used under *nix systems, it would be nice

Re: [PyKDE] two questions about eric

2004-12-06 Thread Detlev Offenbach
Am Montag, 6. Dezember 2004 19:01 schrieb Rick Graves: Hello, I have successfully installed eric, and it seems to be working. There is a lot in there. What is the best way to learn how to use all the features? Unfortunately there is no user documentation or tutorial available. Nobody has

Re: [PyKDE] ANN: new eric3 snapshot

2004-12-06 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Detlev, Runnig the new snapshot on Mac OS X I get the following: ~ File /Users/kevin/Desktop/eric-snapshot-20041205/eric/eric3.py, line 123, in ? ~main() ~ File /Users/kevin/Desktop/eric-snapshot-20041205/eric/eric3.py, line 106, in main ~

Re: [PyKDE] kio.move and kio.copy missing?

2004-12-06 Thread Jim Bublitz
On Thursday 02 December 2004 14:10, Maurizio Colucci wrote: Hello there, I cannot find the static methods kio.copy and kio.move in PyKDE 3.11.3. Sad news for my file manager... :) Is there some equivalent technique? I can't find them either - do you know where in kio they exist? I'd

Re: [PyKDE] kio.move and kio.copy missing?

2004-12-06 Thread Maurizio Colucci
Jim Bublitz wrote: On Thursday 02 December 2004 14:10, Maurizio Colucci wrote: Hello there, I cannot find the static methods kio.copy and kio.move in PyKDE 3.11.3. Sad news for my file manager... :) Is there some equivalent technique? I can't find them either - do you know where in kio they

Re: [PyKDE] PyQt - QApplication with the GUIenabled flag question

2004-12-06 Thread Brad Ralph
Hi Phil, Greetings from down under. Your suggestion worked perfectly. (me sits here stupefied - I spent half a day looking for the answer on google/qt mail list archives - don't know how I missed it in the doc's) Thanks for the assistance. Brad On Tue, 7 Dec 2004 02:40 am, Phil Thompson