On Tuesday 06 April 2004 8:32 pm, mm wrote: > bash-2.05b$ python configure.py -l qt > This is SIP 4.0rc3 for Python 2.3.1 on linux2. > The SIP code generator will be installed in /usr/bin. > The SIP module will be installed in /usr/lib/python2.3/site-packages. > The SIP header file will be installed in /usr/include/python2.3. > The default directory to install .sip files in is /usr/share/sip. > Qt support is disabled. > The platform/compiler configuration is linux-g++. > Creating sipconfig.py... > Creating top level Makefile... > Creating sip code generator Makefile... > Creating sip module Makefile... > bash-2.05b$ > > > NOTICE i enable qt support but the conig says 'qt support disabled'.. what > can i do.?
The -l flag doesn't enable Qt support. Make sure your QTDIR environment variable is set properly. Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
