diff -r ffeb85cdc72d -r 441956d8fce5 install-i18n.py --- a/install-i18n.py Sun Jun 29 14:00:30 2014 +0200 +++ b/install-i18n.py Sun Jun 29 20:13:56 2014 +0200 @@ -16,7 +16,7 @@ import shutil import glob -from PyQt4.QtCore import QDir +from PyQt5.QtCore import QDir try: from eric5config import getConfig @@ -43,7 +43,7 @@ try: return QDir.toNativeSeparators(hp) except AttributeError: - return QDir.convertSeparators(hp) + return QDir.toNativeSeparators(hp) # Define the globals. progName = None