[PyKDE] PyQt(4) development environment for windows

2006-02-12 Thread Andreas Pakulat
Hi, what do you guys use for development of PyQt4 apps on windows? I'd use eric3 there too, but I think that's impossible due to a lack of a "free" as in beer PyQt3 version for windows, right? What other free environments are available? Andreas -- You're at the end of the road again. ___

[PyKDE] ANN: first release of IVuPy-0.1

2006-02-12 Thread Gerard Vermeulen
I am proud to announce IVuPy-0.1 (I-View-Py). IVuPy is a Python extension module developed to write Python programs for 3D visualization of large data sets using Qt and PyQt. Python is extended by IVuPy with more than 600 classes of two of the Coin3D C++ class libraries: Coin and SoQt. Coin is c

Re: [PyKDE] Newbie: Initiate

2006-02-12 Thread Andreas Pakulat
On 12.02.06 10:00:01, Mikhail Yarmish wrote: >Oh, now I see. I had the same problem and I used a little bit dirty > solution. I called that function from languageChange(self) function which was > created automaticly. >Just put there something like self.listChapters(). If you find some mor

Re: [PyKDE] Newbie: Initiate

2006-02-12 Thread Hans-Peter Jansen
Am Sonntag, 12. Februar 2006 03:39 schrieb Kuljo: > Hi Mikhail, > thanks for your contribution. But I think, I did not > described my problem clear enough: > I have a kListBox1 which I want to fill with the names of > the directories out of a higher level directory. For this > purpose I have made a

Re: [PyKDE] Newbie: Initiate

2006-02-12 Thread Andreas Pakulat
On 11.02.06 21:37:53, Jim Bublitz wrote: > On Saturday 11 February 2006 18:39, Kuljo wrote: > > Hi Mikhail, > > thanks for your contribution. But I think, I did not > > described my problem clear enough: > > I have a kListBox1 which I want to fill with the names of > > the directories out of a high

Re: [PyKDE] qtaxcontainer

2006-02-12 Thread Phil Thompson
On Sunday 12 February 2006 6:47 am, Tina Isaksen wrote: > I'm trying to run an example from the "python-qt3-doc" which is of > great interest to me but I hit the wall on 'import qtaxcontainer'. Is > this a windows-only thing since it seem to have something to do with > activeX? > I'm running Debia

Re: [PyKDE] kdepyuic modifications

2006-02-12 Thread Mikhail Yarmish
Guys, thank you all for the advices. I've remade my addition in more universal way. Looks like all widgets which qt-desigener uses are from kdeui and kfile modules, so imports are just from them now. If it use another modules just little additions will need. At the moment all imports works