diff -r fa319c01b604 -r 52e8c820d0dd eric4.py --- a/eric4.py Mon Dec 28 17:05:28 2009 +0000 +++ b/eric4.py Mon Dec 28 18:31:37 2009 +0000 @@ -99,7 +99,7 @@ @param tracebackobj traceback object """ separator = '-' * 80 - logFile = os.path.join(unicode(Utilities.getConfigDir()), "eric4_error.log") + logFile = os.path.join(Utilities.getConfigDir(), "eric4_error.log") notice = \ """An unhandled exception occurred. Please report the problem\n"""\ """using the error reporting dialog or via email to <%s>.\n"""\