Am Montag 07 November 2005 23:40 schrieb [EMAIL PROTECTED]: > Hello, > I've tried the two solutions find in the threads to configure QT > for eric3. > first by an environment variable QTDIR set to > "D:\python\ide_eric_3\qt-win-free-borland-3.3.4" > or to D:\python\ide_eric_3\Python24 where was installed PyQtGPL10.exe by > default (I suppose so) > > second I delete de QTDIR var and set QT in eric3 ide in > settings\preferences\QT with the same path and check the export... > each time I've restarted the ide but the two commands produce nothing in an > windows 2k environment. > if somebody have an idea it could help > thanks in advance > pledreau > >
Hi, in order to compile a form into a Python file eric3 uses pyuic. This program is normally installed into the Python directory (i.e. D: \python\ide_eric_3\Python24). This directory must be in your path. Otherwise eric3 is not able to find it. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
