Hi, beginning of April Simon Edwards gave the following tip in the PyQt mailing list.
Put the following lines in your PyKDE4/__init__.py file in your Python installation's site-packages directory. (typically /lib/python2.5/site-packages/PyKDE4/__init__.py). import sys,DLFCN sys.setdlopenflags(DLFCN.RTLD_NOW|DLFCN.RTLD_GLOBAL) I did this and the dialogs work even with the Oxygen style. Regards, Detlev On Freitag, 9. Mai 2008, Darren Dale wrote: > I think this problem was related to some cruft in kubuntu. I had been > getting some errors about dependency issues in kde4. I removed a bunch of > kde4 packages, ran apt-get autoremove, reinstalled kubuntu-kde4-desktop, > and now I am able to enter the configurations dialog. > > I still have the issue where if I select to use kde4 dialogs in eric > preferences, the text in the menubars disappears. This was reportedly a > problem with pykde4 and the oxygen theme, and I read somewhere that it was > fixed in pykde-4.0.2-2. I installed pykde-4.0.3 with kubuntu's package > manager, and the problem persists. Fortunately, it is not critical, I can > simply disable the kde4 dialogs. But if anyone has been able to get this > option to work, would you please provide some details? > > Thanks, > Darren > > On Thursday 08 May 2008 06:59:47 am you wrote: > > I was using Ubuntu 8.04 but last night (for other reasons) I installed > > Vista again on my machine, so, I do not have this problem any more. > > > > But thanks anyway! > > > > > > -----Original Message----- > > From: Darren Dale [mailto:[EMAIL PROTECTED] > > Sent: Thursday, May 08, 2008 1:55 PM > > To: [email protected] > > Cc: objectref > > Subject: Re: [Eric] Crash when on Settings/Preferences > > > > What OS are you using? For what its worth, I see the same thing with eric > > on > > > > kubuntu-8.04 running kde4. Detlev suggested that it might be the oxygen > > icons > > that are making kde4 crash, but when I tried downgrading to 4.1.x I still > > got > > the same crash when forced into the configuration dialog. This only > > happened > > > > with eric built from sources. I ended up installing eric from kubuntu's > > package manager, and that did not fail during the configuration step. > > > > Darren > > > > On Tuesday 06 May 2008 4:52:08 pm objectref wrote: > > > Hi, > > > > > > i deleted every eric4* file/dir from the system, installed eric4 4.1.3 > > > version (not snapshot). Eric starts and informs me that the IDE is > > > started for the first time and Configuration dialog has to be started. > > > After this, i press ok and the IDE dissapears again... > > > > > > I am very frustrated... :-( > > > > > > -------- Original Message -------- > > > Subject: > > > Crash when on Settings/Preferences > > > Date: > > > Mon, 05 May 2008 22:16:53 +0300 > > > From: > > > objectref <[EMAIL PROTECTED]> > > > To: > > > [email protected] > > > > > > > > > Hi, > > > > > > i also tried to delete from /usr/lib/python25/site-packages/eric4 and > > > > from > > > > > home/.eric4 and reinstalled. Same thing... > > > > > > Is there something else i can delete and try to reinstall ? > > > > > > > > > > > > -------- Original Message -------- > > > Subject: > > > [Fwd: Re: [Eric] ANN: new eric 4.2 snapshot available] > > > Date: > > > Sun, 04 May 2008 22:25:17 +0300 > > > From: > > > objectref <[EMAIL PROTECTED]> > > > To: > > > [email protected] > > > > > > > > > Sorry, i forgot to write some info about it. > > > > > > So, i am using Ubuntu 8.04, latest Python version (2.5.2) and have > > > installed all available plugins (unstable versions too) > > > > > > -------- Original Message -------- > > > Subject: > > > Re: [Eric] ANN: new eric 4.2 snapshot available > > > Date: > > > Sun, 04 May 2008 22:18:50 +0300 > > > From: > > > objectref <[EMAIL PROTECTED]> > > > To: > > > Detlev Offenbach <[EMAIL PROTECTED]> > > > CC: > > > [email protected] > > > References: > > > <[EMAIL PROTECTED]> > > > > > > > > > > > > Hi, > > > > > > i installed the latest snapshot but the IDE simply...dissapear when i > > > run /Settings/Preferences. No error messages, just dissapear. > > > > > > Is there something i can do for this ? > > _______________________________________________ > Eric mailing list > [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/eric -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
