Hi. Eric path in PyQt-Py2.5-gpl-4.3.3-2.exe installator is hardcoded to be in C:\Python25\ but this not always true. The things are made worse by the fact that no error message is displayed when Eric's .bat files are executed through pythonw.exe
The easiest fix is to replace C:\Python25\ with %dp~0 batch variable, which stands for "drive letter and path where batch file lies". Alternative variant is post-processing search and replace script in Python. WBR, anatoly _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
