Re: [PyKDE] Can I use QString as key in Python dictionary?

2005-06-01 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sebastian Kügler schrieb: > On Thursday 02 June 2005 04:10, Matej Cepl wrote: > >>I have this simple dialog in PyQt, but whenever I press any item in >>the list (or click OK), I get this error: >> >>chelcicky:pycatsel$ ./pycatsel >>Tra

Re: [PyKDE] Can I use QString as key in Python dictionary?

2005-06-01 Thread Sebastian Kügler
On Thursday 02 June 2005 04:10, Matej Cepl wrote: > I have this simple dialog in PyQt, but whenever I press any item in > the list (or click OK), I get this error: > > chelcicky:pycatsel$ ./pycatsel > Traceback (most recent call last): > File > "/home/matej/archiv/programk

[PyKDE] Can I use QString as key in Python dictionary?

2005-06-01 Thread Matej Cepl
Hi, I have this simple dialog in PyQt, but whenever I press any item in the list (or click OK), I get this error: chelcicky:pycatsel$ ./pycatsel Traceback (most recent call last): File "/home/matej/archiv/programky/vim-qadas/pycatsel/selectCode.py",\ line 148, in

Re: [PyKDE] Re: [Eric] How to use ipython ?

2005-06-01 Thread Detlev Offenbach
Am Mittwoch, 1. Juni 2005 14:20 schrieb Diez B. Roggisch: > > Actually the IPython feature I'm the most missing, if not the only one, > > is completion. This is a valuable improvement over the standard python > > interpreter, when in the implementation/testing phase ; that's why it > > made sense t

Re: [PyKDE] Re: [Eric] How to use ipython ?

2005-06-01 Thread Diez B. Roggisch
> Actually the IPython feature I'm the most missing, if not the only one, is > completion. This is a valuable improvement over the standard python > interpreter, when in the implementation/testing phase ; that's why it made > sense to me to have IPython run "inside" a python IDE... My eric has ta

[PyKDE] Re: [Eric] How to use ipython ?

2005-06-01 Thread Nicolas Girard
On Tuesday 31 May 2005 18:59, Detlev Offenbach wrote: > Hi, > > I haven't tried this and actually I don't see the need for it. Actually the IPython feature I'm the most missing, if not the only one, is completion. This is a valuable improvement over the standard python interpreter, when in the