Am Freitag, 23. Dezember 2005 12:52 schrieb Andreas Pakulat: > On 23.12.05 08:29:24, Detlev Offenbach wrote: > > Am Donnerstag, 22. Dezember 2005 21:35 schrieb Andreas Pakulat: > > > Hi, > > > > > > just a few questions about eric3: > > > > > > 1. is there some kind of handbook? I found the help but that seems more > > > like api documentation not a users handbook... > > > > Unfortunately not. Do you know anybody who would volunteer? > > Unfortunately not :-( > > > > 2. How do I get eric3 to execute my PyQt4 app with a different python - > > > I have PyQt4 running under python2.4. > > > > 1. You could setup a project and use project specific debugger settings > > (s. Project Menu -> Debugger -> Debugger Properties. > > 2. You could change the global settings to use the PyQt4 python, but then > > all non PyQt4 scripts won't run anymore. > > So I have to change the debugger setting also for normal script running?
The easiest way is to generate a project for your PyQt4 app and set project specific debugger settings. That's the way I do it for porting eric3 to Qt4. > > Andreas Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
