On Thu, Apr 1, 2010 at 12:03 PM, Abdullah Abouzekry <[email protected]> wrote: > also when trying to run any single test in Debug mode, (Debug win32), i get > a message saying that i don't have Qtxxxd.dll --means no Qt built for > debgugging--
You probably don't have the bin directory of Qt in your PATH. On my system, in C:\Qt\4.6.2\bin I have QtCore4.dll, QtCore4d.dll and so on. Since I added this directory to my PATH the tests are able to start. This is with the precompiled Qt for Visual Studio. Double check your PATH. Catalin _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
