[PyKDE] Status of python-kde3 on Ubuntu Breezy Badger

2005-06-05 Thread Stephan Hermann
Good Morning, FYI: The python-kde3 package in the ongoing development of Ubuntu compiled on 4 archs (http://people.ubuntu.com/~lamont/buildLogs/p/python-kde3/3.11.4+snapshot20050316-0ubuntu5/) and some of the users running bleeding edge were reporting the successfull use of the new syntax r

Re: [PyKDE] Re: QString vs PyString

2005-06-05 Thread Giovanni Bajo
James Emerton <[EMAIL PROTECTED]> wrote: > For my own purposes, I am going to attempt to reimplement QString as a > %MappedType. I want my users to have as low a barrier to entry as > possible, and that means strings are string. Having multiple string > types is a uniquely C++ problem, not somet

Re: [PyKDE] Re: QString vs PyString

2005-06-05 Thread James Emerton
I am very pleased with the amount of discussion this topic has garnered! mutability: Strings in python are immutable for good reason. One being that they are considered a low-level data type that should behave like it's passed by value. (To modify a python string in some function, you have to re

Re: [PyKDE] ANN: Eric3 3.7.0 released

2005-06-05 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just by the way: Debian packages are at http://diotavelli.net/files/deb/binary and they will make their way into unstable somewhere in the next weeks. greetings Torsten - -- Torsten Marek <[EMAIL PROTECTED]> ID: A244C858 -- FP: 1902 0002 5DFC 856B

[PyKDE] Chinese input on Windows

2005-06-05 Thread info
Hello, I have no problem with my application on Linux, but I can't input any Chinese characters on Windows (XP) using standard IME. Neither application nor Designer allow CJK input. I am using PyQtGPL10.exe from http://pythonqt.vanrietpaap.nl. What am I doing wrong? Thanks Petr

Re: [PyKDE] Re: QString vs PyString

2005-06-05 Thread Phil Thompson
On Friday 03 June 2005 10:50 pm, James Emerton wrote: > On 6/3/05, Jim Bublitz <[EMAIL PROTECTED]> wrote: > > On Friday 03 June 2005 11:40, Matej Cepl wrote: > > > And why do you have to use QString at all? Cannot you just use Python's > > > native strings/unicode strings? Read more about the relat

Re: [PyKDE] sip-4.2.1 (snapshot-20050601-324)

2005-06-05 Thread Phil Thompson
On Sunday 05 June 2005 6:17 am, Gerard Vermeulen wrote: > Phil, > > To build PyQt, I needed to apply this patch: > > [EMAIL PROTECTED] SOURCES]$ cat sip-snapshot-20050601.patch > --- sip-snapshot-20050601/sipgen/gencode.c.gv 2005-06-02 > 04:30:11.0 +0200 +++ sip-snapshot-20050601/sipgen/g

Re: [PyKDE] Scalar types in KConfigSkeleton

2005-06-05 Thread Stephan Hermann
Hi again, Am Sunday 05 June 2005 10:00 schrieb Stephan Hermann: > [...] I always forget :) You will find the synatax changes to kconfigskeleton on http://linux.blogweb.de/archives/27-python-kde3.html regards, \sh -- Stephan Hermann eMail: [EMAIL PROTECTED] JID: [EMAIL PROTECTED] Tel.: +49700

Re: [PyKDE] Scalar types in KConfigSkeleton

2005-06-05 Thread Stephan Hermann
Hi Andrey, Am Sunday 05 June 2005 09:14 schrieb Andrey Golovizin: > Hi! I'm currently trying to use KConfigSkeleton from PyKDE. After > some (unsuccessful) attempts to use bool and int items I did some > googling and found the following thread: > http://mats.imk.fraunhofer.de/pipermail/pykde/2004

[PyKDE] Scalar types in KConfigSkeleton

2005-06-05 Thread Andrey Golovizin
Hi! I'm currently trying to use KConfigSkeleton from PyKDE. After some (unsuccessful) attempts to use bool and int items I did some googling and found the following thread: http://mats.imk.fraunhofer.de/pipermail/pykde/2004-September/008461.html Is this bug going to be fixed? The proposed patch

Re: [PyKDE] Where To Put API Files?

2005-06-05 Thread Detlev Offenbach
Am Samstag, 4. Juni 2005 21:09 schrieb Hans-Peter Jansen: > Am Samstag, 4. Juni 2005 20:41 schrieb Detlev Offenbach: > > Am Samstag, 4. Juni 2005 19:46 schrieb Rich Shepard: > > >I downloaded both gen_python_api.py and gen_sip_api.py. Where do > > > I put them so eric3 finds them? > > > > Where