On Sunday 12 November 2006 4:14 pm, Xavier Décoret wrote: > Hi, > > I moved to PyQt 4.1 and Qt.4.2.1 and install is not straightforward. I > install Qt.4.2.1 for Windows (GPL) first, then PyQt 4.1 using the > windows installer. PyQt4 applications do not run, complainging that > Qt4Core.dll cannot be found. > > Have I done something wrong or is it normal? > > PS: I am recompiling PyQt4 from the sources to see If it works. Yet the > problem is that for beginners, this process is tedious and it might stop > them from testing PyQt, if the installer is "broken".
Make sure you have installed Qt and MinGW properly, ie. that the DLLs are on your PATH. Phil _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
