[PyKDE] Eric 3.7.0 and Python 2.3 interative shell?

2006-01-25 Thread Moritz Riede
Hi, is there a way to get Eric 3.7.0 to use python2.3.5 in the interactive shell, instead of python2.4.2? Both python versions are installed on my machine (kubuntu breezy) and I would prefer python2.3.5 to avoid getting problems running my python scripts on our larger computers (python2.3.5)

Re: [PyKDE] Using UI files in your app with PyQt4

2006-01-25 Thread Andreas Pakulat
On 25.01.06 07:38:19, Torsten Marek wrote: Hi, I was a bit short yesterday, but it was already late. I meant @signature(int) on_upperspin_valueChanged(self, value): ... and the decorator saves the signature as an attribute of the function, for use by connectSlotsByName. Ah, I

[PyKDE] Using old UI-files ( pyqt3 ) with PyQt4

2006-01-25 Thread m . gehling
Hello, i try to convert old ui-files to qt4 with pyuic4, this works great. some widget convertet to Q3XXX widgets. it seems that this package is not in pyqt4 ? Does it make sense to add this package to pyqt4 ? marc ___ PyKDE mailing list

Re: [PyKDE] Using old UI-files ( pyqt3 ) with PyQt4

2006-01-25 Thread Phil Thompson
On Wednesday 25 January 2006 10:57 am, [EMAIL PROTECTED] wrote: Hello, i try to convert old ui-files to qt4 with pyuic4, this works great. some widget convertet to Q3XXX widgets. it seems that this package is not in pyqt4 ? Does it make sense to add this package to pyqt4 ? The Q3 widgets

[PyKDE] eric3 install

2006-01-25 Thread walter
hello, I am trying to install eric3 on a ubuntu system I have installed it with Synaptic, the built in ubuntu installer I get the follwing error when I try to start eric 3 These errors come after I see the mascot splash screen [EMAIL PROTECTED]:/usr/bin$ ./eric3 Traceback (most recent call

[PyKDE] Eric3 with pq4 and windows

2006-01-25 Thread laurent.caron.1
Hi all, I tried to find Eric3 IDE for Qt4 and Windows... where can i found it ? Thx lo ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] Eric3 with pq4 and windows

2006-01-25 Thread Andreas Pakulat
On 24.01.06 20:51:42, laurent.caron.1 wrote: Hi all, I tried to find Eric3 IDE for Qt4 and Windows... where can i found it ? AFAIK: Take the latest snapshot, it has some support for Qt4 projects. Andreas -- You will be attacked by a beast who has the body of a wolf, the tail of a lion,

Re: [PyKDE] eric3 install

2006-01-25 Thread Andreas Pakulat
On 24.01.06 12:56:07, walter wrote: I am trying to install eric3 on a ubuntu system I have installed it with Synaptic, the built in ubuntu installer I get the follwing error when I try to start eric 3 Why don't you report this with Ubuntu then? From the code I can't see an error and it's

[PyKDE] Custom slots with Qt Designer 4.1

2006-01-25 Thread Fabio Spelta
I've seen how to associate signals to slots in the qt3 edition of Qt Designer, and then how to write python functions that implements these methods. It seems (http://www.qtcentre.org/forum/showthread.php?t=34) that designer 4.1 does not allow to associate custom slots to signals, so I'm wondering

Re: [PyKDE] Custom slots with Qt Designer 4.1

2006-01-25 Thread Andreas Pakulat
On 25.01.06 15:27:51, Fabio Spelta wrote: I've seen how to associate signals to slots in the qt3 edition of Qt Designer, and then how to write python functions that implements these methods. It seems (http://www.qtcentre.org/forum/showthread.php?t=34) that designer 4.1 does not allow to

Re: [PyKDE] Eric 3.7.0 and Python 2.3 interative shell?

2006-01-25 Thread Detlev Offenbach
Am Mittwoch, 25. Januar 2006 10:09 schrieb Moritz Riede: Hi, is there a way to get Eric 3.7.0 to use python2.3.5 in the interactive shell, instead of python2.4.2? Both python versions are installed on my machine (kubuntu breezy) and I would prefer python2.3.5 to avoid getting problems

Re: [PyKDE] Using UI files in your app with PyQt4

2006-01-25 Thread Andreas Pakulat
On 22.01.06 15:19:13, Torsten Marek wrote: .: Create a type on the fly and use it as a base class (slightly more involved) Just tried that and it basically works. However :-): Do you see any way that this would work with custom widgets? It currently doesn't find the imports of the included

[PyKDE] Configuration for pyuic4

2006-01-25 Thread Andreas Pakulat
Hi, I'm currently looking for some options to tweak pyuic4's behaviour. In particular I'd like to a) change the generated filename b) turn off the automatic pyuic4 run for all or specific forms Is there any way to do the 2 things above? Without hacking the code? Andreas -- Questionable day.

[PyKDE] Unable to install eric3

2006-01-25 Thread Kincaid, Larry
Title: Unable to install eric3 Hello- Heard some good things about the eric3 IDE, thought I'd give it a try. However, trying to run install.py, I get the following error: Sorry, please install Qscintilla and/or reinstall PyQt5 with Qscintilla support. This after I just got done installing

Re: [PyKDE] SIP and unsigned int

2006-01-25 Thread Phil Thompson
On Tuesday 24 January 2006 4:12 pm, Ulrich Berning wrote: Hi, SIP (tested with snapshot-20060120) doesn't handle unsigned int correctly. SIP treats unsigned int the same as signed int and I think, this is wrong. While 4294967295 (0x) is a legal unsigned int value (on machines where

Re: [PyKDE] Unable to install eric3

2006-01-25 Thread Detlev Offenbach
Am Mittwoch, 25. Januar 2006 19:26 schrieb Kincaid, Larry: Hello- Heard some good things about the eric3 IDE, thought I'd give it a try. However, trying to run install.py, I get the following error: Sorry, please install Qscintilla and/or reinstall PyQt5 with Qscintilla support. This after

Re: [PyKDE] Unable to install eric3

2006-01-25 Thread Andreas Pakulat
On 25.01.06 11:26:21, Kincaid, Larry wrote: Hello- Heard some good things about the eric3 IDE, thought I'd give it a try. However, trying to run install.py, I get the following error: Sorry, please install Qscintilla and/or reinstall PyQt5 with Qscintilla support. This after I just got done

[PyKDE] eric3 Configuration option for pyuic4 [was: Configuration for pyuic4]

2006-01-25 Thread Andreas Pakulat
On 25.01.06 19:22:17, Andreas Pakulat wrote: I'm currently looking for some options to tweak pyuic4's behaviour. In particular I'd like to a) change the generated filename b) turn off the automatic pyuic4 run for all or specific forms Is there any way to do the 2 things above? Without

Re: [PyKDE] eric3 install

2006-01-25 Thread leau2001
Andreas Pakulat a écrit : On 24.01.06 12:56:07, walter wrote: I am trying to install eric3 on a ubuntu system I have installed it with Synaptic, the built in ubuntu installer I get the follwing error when I try to start eric 3 Why don't you report this with Ubuntu then? From the

[PyKDE] [PyQt4] QDate.toString(QtCore.Qt.TextDate) is not UTF-8

2006-01-25 Thread Ismail Donmez
Hi, I am using QDate.toString(QtCore.Qt.TextDate) in my application and Turkish characters are malformed unless I do unicode(QDate.toString(QtCore.Qt.TextDate) , I checked the Qt4 apidocs and it says : QString toString ( const QString format ) const QString toString ( Qt::DateFormat format

Re: [PyKDE] [PyQt4] QDate.toString(QtCore.Qt.TextDate) is not UTF-8

2006-01-25 Thread Andreas Pakulat
On 26.01.06 02:53:31, Ismail Donmez wrote: I am using QDate.toString(QtCore.Qt.TextDate) in my application and Turkish characters are malformed unless I do unicode(QDate.toString(QtCore.Qt.TextDate) , I checked the Qt4 apidocs and it says : QString toString ( const QString format )

Re: [PyKDE] [PyQt4] QDate.toString(QtCore.Qt.TextDate) is not UTF-8

2006-01-25 Thread Ismail Donmez
Per 26 Oca 2006 03:11 tarihinde, Andreas Pakulat şunları yazmıştı: On 26.01.06 02:53:31, Ismail Donmez wrote: I am using QDate.toString(QtCore.Qt.TextDate) in my application and Turkish characters are malformed unless I do unicode(QDate.toString(QtCore.Qt.TextDate) , I checked the Qt4